project-version
v2.0.0
Published
Get the current version of your project
Downloads
7,313
Maintainers
Readme
Install
$ npm install --save project-version
Usage
const version = require('project-version');
// => '1.0.1'
CLI
Install
To use the CLI just install the package globally.
$ npm install --g project-version
Or run it with npx
if you are not planning to use it more than once.
$ npx project-version
Authors
- Simone Primarosa - Github (@simonepri) • Twitter (@simoneprimarosa)
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the license file for details.