👀 Get the current version of your project.
Coded with ❤️ by Simone Primarosa.
$ npm install --save project-version
const version = require('project-version');
// => '1.0.1'
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
- Simone Primarosa - Github (@simonepri) • Twitter (@simoneprimarosa)
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the license file for details.