patriot
Version:
Patriot command-line interface and node.js library.
31 lines (20 loc) • 711 B
Markdown
### Install
$ sudo npm install patriot --no-bin-links
### Usage
Usage: patriot [options] [commands]
Description:
Patriot command-line tool.
Commands:
build build and optimize the www-dev sources
create <path> create a patriot project
help [command] output usage information
serve [options] serves the application via express
version output version number
Options:
-v, --version output version number
-h, --help output usage information
Examples:
$ patriot help create
$ patriot help build
$ patriot create path/to/my-app
$ patriot serve