An open API service indexing awesome lists of open source software.

https://github.com/simonepri/project-version

👀 Get the current version of your project.
https://github.com/simonepri/project-version

current-version module nodejs package project-version

Last synced: about 1 year ago
JSON representation

👀 Get the current version of your project.

Awesome Lists containing this project

README

          


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
```js
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][github:simonepri]) • *Twitter* ([@simoneprimarosa][twitter:simoneprimarosa])

See also the list of [contributors][contributors] who participated in this project.

## License

This project is licensed under the MIT License - see the [license][license] file for details.

[start]: https://github.com/simonepri/project-version#start-of-content
[contributors]: https://github.com/simonepri/project-version/contributors

[license]: https://github.com/simonepri/project-version/tree/master/license

[github:simonepri]: https://github.com/simonepri
[twitter:simoneprimarosa]: http://twitter.com/intent/user?screen_name=simoneprimarosa