nvd now has a pretty reliable install script and setup process. Given that, it may actually be straightforward to make it available via a dholab homebrew tap (which we'd need to make separately) and maybe also through mise.
The process of installing would then be the following for homebrew:
brew install dholab/tap/nvd
And through mise, it would be:
mise use github:dholab/nvd
or something to that effect. In either case, we'd want the same thing to happen that happens with the install script: a dependency check, a database setup wizard, and then nvd setup.
nvdnow has a pretty reliable install script and setup process. Given that, it may actually be straightforward to make it available via a dholab homebrew tap (which we'd need to make separately) and maybe also through mise.The process of installing would then be the following for homebrew:
And through mise, it would be:
or something to that effect. In either case, we'd want the same thing to happen that happens with the install script: a dependency check, a database setup wizard, and then
nvd setup.