imhele

0.5.1 • Public • Published

imhele

NPM version NPM downloads Build Status Coverage Status License

Pluggable scripts in cli.

Install

$ npm install imhele -g
or
$ yarn global add imhele

Usgae

help

$ imhele help <command> [--desc | -d]
$ imhele <command> [--help | -h] [--desc | -d]

Example

$ imhele help
$ imhele help watch
$ imhele watch -h

version

$ imhele version <command> [--all | -a]

Example

$ imhele version --all

watch

$ imhele watch <files> [--ignore | -i] <string | string[]> [--depth | -d] <number>
               [--command | -c] <string>

Example

$ imhele watch ./**/*.ts --command "tsc <%= path %>"

Readme

Keywords

none

Package Sidebar

Install

npm i imhele

Weekly Downloads

0

Version

0.5.1

License

MIT

Unpacked Size

50.6 kB

Total Files

49

Last publish

Collaborators

  • imhele