1.2.2 • Published 7 years ago

nodevolution-cli v1.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

available version levels:

  • major
  • minor
  • patch
  • premajor
  • preminor
  • prepatch
  • prerelease