0.1.4 • Published 4 years ago

toolcheck v0.1.4

Weekly downloads
45
License
MIT
Repository
github
Last release
4 years ago

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

0.1.4

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

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