0.0.7 • Published 6 years ago

require-external-programs v0.0.7

Weekly downloads
16
License
MIT
Repository
github
Last release
6 years ago

Require External Programs

Prevent user from installing your package without required executables

Requirements

  • Node.js ≥ 8.9.0

Usage

Add this to your package.json:

{
  "dependencies": {
    "require-external-programs": "<version range>"
  },
  "requireExternalPrograms": [
    "git",
    "python"
  ]
}

Notes

  • This package assumes you run npm install at the root of your project.

License

MIT © Hoàng Văn Khải

0.0.7

6 years ago

0.0.7-rc.0

6 years ago

0.0.7-rc

6 years ago

0.0.6

6 years ago

0.0.6-test

6 years ago

0.0.5

6 years ago

0.0.5-test

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago