0.0.1 • Published 3 years ago

engine-version-test-version v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Engine-Version

Check and require specific installed versions of instruments for developing

Usage

  • Install:
npm i -D engine-version
{
  "engines": {
    "node": ">=10 <10.2.0",
    "npm": "~7",
    "git": "*",
    "git": "*",
    "pm2": "*"
  }
}
{
  "scripts": {
    "postinstall": "engine-version",
    "prestart": "engine-version",
    "prebuild": "engine-version"
  }
}
0.0.1

3 years ago