dylanfoster / parch-cli

Parch command line utility

Home Page:https://parch-js.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Parch command line utility

https://parch-js.github.io/


Languages

Language:JavaScript 87.9%Language:HTML 12.1%