Skip to content

iShoma/engine-version

Repository files navigation

build publish codecov dependencies Status devDependencies Status

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": "*",
    "pm2": "*",
    "mysql": "*",
    "mongo": "*"
  }
}

All programs version of which will be checked must contain the --version option

{
  "scripts": {
    "postinstall": "engine-version",
    "prestart": "engine-version",
    "prebuild": "engine-version"
  }
}

About

Check and require specific installed versions of instruments for developing

Resources

License

Stars

Watchers

Forks

Packages

No packages published