nodevolution-cli
v1.2.2
Published
Commandline utlity for nodevolution
Downloads
2
Readme
nodevolution-cli
installation
$ npm install -g nodevolution-cli
usage
create configuration file
$ nx config create
link packages in scope
$ nx link
unlink packages in scope
$ nx unlink
bump versions
$ nx bump [packagename] [version level]
available version levels:
- major
- minor
- patch
- premajor
- preminor
- prepatch
- prerelease