0.1.0 • Published 6 years ago

parch-cli v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

parch-cli

Build Status Coverage Status

CLI tool for parch

Installation

npm install -g parch-cli

Usage

$/some/project >> parch h

Usage: parch <command>

Available Commands:

  parch generate <template> <name>
    Generate a new file from a template
    aliases: g

  parch help [command]
    Output help for all commands or a specified command
    aliases: -h, --help, h

  parch install
    Install project dependencies
    aliases: i

  parch new [name]
    Generate a new Parch project
    aliases: n

  parch serve
    Start your api server
    aliases: s

  parch version
    Output Parch version information
    aliases: -v, --version, v