1.0.4 • Published 6 years ago

lesma-cli v1.0.4

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

lesma-cli (experimental)

A simple CLI to update our package.json with new version of our module

How to use

Install lesma with following command:

npm install -g lesma-cli

And use to update your package.json with following param:

lesma -v version

Example:

lesma -v 1.0.1

This is update package.json from:

{
  "name": "lesma-sample",
  "version": "1.0.0"
}

To:

{
  "name": "lesma-sample",
  "version": "1.0.1"
}
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago