https://github.com/bowencool/checkversion
https://github.com/bowencool/checkversion
check-version version-checker
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bowencool/checkversion
- Owner: bowencool
- Created: 2019-09-13T10:07:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T12:29:07.000Z (almost 4 years ago)
- Last Synced: 2025-05-12T03:46:07.429Z (about 1 year ago)
- Topics: check-version, version-checker
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# @bowencool/check-versions
## usage
``` bash
npm i @bowencool/check-versions -D
```
In your package.json:
``` json
{
"scripts": {
"prebuild": "check-versions",
"prestart": "check-versions"
}
}
```
