0.3.0 • Published 5 years ago
vinton v0.3.0
Vinton

Vinton is a JS projects manager. It runs pluggable checks against your projects workspace and shows a clear health status.
Installation
npm install -g vintonPlugins
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.
Usage
cd /workspace
vintonCommands
init
vinton initThis will create a new empty configuration file.
help
vinton helpDisplay informations about the CLI and the possible commands.
version
vinton versionDisplay the current vinton version.
add
vinton add <plugin> <plugin> ...Install plugins and add them to the configuration file.
alias: install
remove
vinton remove <plugin> <plugin> ...Uninstall plugins and remove them from the configuration file.
alias: rm, uninstall