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.
- Host: GitHub
- URL: https://github.com/simonepri/project-version
- Owner: simonepri
- License: mit
- Created: 2017-08-02T08:22:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T04:15:10.000Z (almost 5 years ago)
- Last Synced: 2025-04-28T16:05:29.406Z (about 1 year ago)
- Topics: current-version, module, nodejs, package, project-version
- Language: JavaScript
- Size: 28.3 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
project-version
👀 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