https://github.com/ratson/sync-pkg-version
Sync version number from package.json
https://github.com/ratson/sync-pkg-version
Last synced: over 1 year ago
JSON representation
Sync version number from package.json
- Host: GitHub
- URL: https://github.com/ratson/sync-pkg-version
- Owner: ratson
- Created: 2016-10-07T03:43:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T15:18:52.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T14:46:14.403Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sync-pkg-version
Sync version number from `package.json`
## Installation
```
npm install sync-pkg-version --save-dev
```
## Usage
Use with `package.json` script:
```json
{
"scripts": {
"version": "sync-pkg-version --cordova-plugin"
}
}
```