0.5.1 • Published 6 years ago

imhele v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago