Skip to content

simonepri/project-version

Repository files navigation

project-version

Latest version on npm Downloads on npm Project license
Lint status Test macOS status Test Ubuntu status Test Windows status
Codecov Coverage report Known Vulnerabilities Dependency Status
XO Code Style used AVA Test Runner used Istanbul Test Coverage used NI Scaffolding System used NP Release System used

👀 Get the current version of your project.
Coded with ❤️ by Simone Primarosa.

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

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.