0.4.1 • Published 9 years ago

xtc-cli v0.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

npm version

xtc-cli

Command line tool for the xtc Frontend framework.

Most commands are interactive.

Installation:

npm install -g xtc-cli

To install xtc and set up a project with generator-xtc. Change to the desired dir.

xtc install

List available commands

xtc help

outputs this

  Usage: xtc [options] [command]

  Commands:

    help [command]
       Show detailed usage information, e.g. `xtc help build`

    start [options]
       Starts the xtc server. Use `-p [number]` to force a port.

    build [options]
       Start frontend asset build. Use `-d` for production build to dist target.

    mkmod [name]
       Create new Terrific frontend modules

    mkskin [name]
       Create new skins for a Terrific frontend module

    install
       Install xtc and launch project setup

    setup
       Launch project setup

    info
       Information about the project setup

    ls
       List xtc versions published to npm

    doctor
       Check project setup, attempts fix if needed


  Options:

    -h, --help     output usage information
    -V, --version  output the version number
0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago