ice.js
TypeScript icon, indicating that this package has built-in type declarations

2.6.9 • Public • Published

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

/ice.js/

    Package Sidebar

    Install

    npm i ice.js

    Weekly Downloads

    67

    Version

    2.6.9

    License

    MIT

    Unpacked Size

    26.8 kB

    Total Files

    12

    Last publish

    Collaborators

    • sobear
    • clarkxia
    • maoxiaoke
    • chenbin93
    • solojiang
    • luhengchang228
    • rax-publisher