toolcheck
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

toolcheck

Alert if user does not have required executables

Usage

Configuration Files

This package uses cosmiconfig to load configuration, therefore user can write configuration into .toolcheckrc, .toolcheckrc.yaml, .toolcheckrc.json or field "toolcheck" of package.json.

Configration Object Structure

interface Configration {
  names: string[]
}

Example

.toolcheckrc:

{
  "names": [
    "git",
    "bash"
  ]
}

How it works?

When either git or bash is missing, npm install will fail and prints missing executables.

License

MIT © Hoàng Văn Khải

Package Sidebar

Install

npm i toolcheck

Weekly Downloads

11

Version

0.1.4

License

MIT

Unpacked Size

11.9 kB

Total Files

11

Last publish

Collaborators

  • khai96_