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

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

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)