imhele
v0.5.1
Published
[![NPM version](https://img.shields.io/npm/v/imhele.svg?style=flat)](https://npmjs.org/package/imhele) [![NPM downloads](http://img.shields.io/npm/dm/imhele.svg?style=flat)](https://npmjs.org/package/imhele) [![Build Status](https://img.shields.io/travis/
Downloads
5
Readme
imhele
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 %>"