xtc-cli

0.4.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i xtc-cli

Weekly Downloads

2

Version

0.4.1

License

MIT

Last publish

Collaborators

  • marcdiethelm