0.5.1 • Published 5 years ago

imhele v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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 %>"
0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago