https://github.com/educastellano/script-package-version
Get the version of the current package
https://github.com/educastellano/script-package-version
npm package shell version
Last synced: about 1 month ago
JSON representation
Get the version of the current package
- Host: GitHub
- URL: https://github.com/educastellano/script-package-version
- Owner: educastellano
- Created: 2017-01-29T17:12:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T10:55:13.000Z (almost 9 years ago)
- Last Synced: 2025-08-22T00:58:54.693Z (10 months ago)
- Topics: npm, package, shell, version
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# script-package-version
Get the version of the current package.
# Install
npm install script-package-version --save-dev
# Usage
Useful to use in NPM scripts:
```json
"print-version": "echo $(script-package-version)"
```
## Changelog
* 1.0.0
* Initial release :tada:
## License
[ISC License](http://opensource.org/licenses/ISC)