ice.js

v2.6.10
command line interface and builtin plugin for icejs

icejs

Command line tool and builtin plugin for icejs

Install

$ npm i ice.js -D

Usage

For example, with project a package.json like follows is recommended:

{
  "name": "my-app",
  "dependencies": {
    "ice.js": "^1.0.0"
  },
  "scripts": {
    "start": "icejs start",
    "build": "icejs build",
  }
}

Command line interface

Usage: icejs <command> [options]

Options:
  -V, --version    output the version number
  -h, --help       output usage information

Commands:
  build [options]  build project
  start [options]  start server
  test [options]   run tests with jest

License

MIT

npm i ice.js

Metadata

Downloads