node-fire just a runner for these node_modules without cli.
-
$ npm install mathjs $ fire mathjs add 5.1 5.2
-
$ npm install open $ fire open index.html $ fire open http://127.0.0.1
node_modules | example |
---|---|
shelljs | fire shelljs ls stdout |
mathjs | fire mathjs add 2.1 3.2 |
node-open | fire open http://127.0.0.1 |
public-ip | fire public-ip v4 |
cpy | fire cpy ...1.html,2.html |
find-up | fire find-up 1.html |
md5 | fire md5 test |
sha1 | fire sha1 test |
uuid | fire uuid |
colors | fire colors |
chalk | fire chalk |