lesma-cli

1.0.4 • Public • Published

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"
}

Readme

Keywords

Package Sidebar

Install

npm i lesma-cli

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

2.66 kB

Total Files

4

Last publish

Collaborators

  • woliveiras