patriot
Version:
Patriot command-line interface and node.js library.
26 lines (17 loc) • 542 B
Plain Text
Usage: $0 [options] [commands]
Description:
Patriot command-line tool.
Commands:
app [options] serves the application via express
create <path> create a patriot project
build build and optimize the www-dev sources
help [command] output usage information
version output version number
Options:
-v, --version output version number
-h, --help output usage information
Examples:
$ $0 help create
$ $0 help build
$ $0 create path/to/my-app
$ $0 app