Vinton is a JS projects manager. It runs pluggable checks against your projects workspace and shows a clear health status.
npm install -g vinton
Vinton is build around plugins. It means that you can add any compatible Vinton plugins to your checklist.
If you want to create a new plugin, please follow the examples and tell us about it.
cd /workspace
vinton
vinton init
This will create a new empty configuration file.
vinton help
Display informations about the CLI and the possible commands.
vinton version
Display the current vinton version.
vinton add <plugin> <plugin> ...
Install plugins and add them to the configuration file.
alias: install
vinton remove <plugin> <plugin> ...
Uninstall plugins and remove them from the configuration file.
alias: rm
, uninstall
Available as part of the Tidelift Subscription.
The maintainers of Vinton and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. Learn more.