0.1.4 • Published 8 years ago
voyager-cli v0.1.4
voyager-cli
A command line interface (CLI) for generating Voyager apps.
Installation
To gain access to the voyager executable, install the voyager-cli globally with the following:
$ npm install -g voyager-cliUsage
$ voyager <command> [options]Commands:
$ voyager new [options] <project-name> # create new project
$ voyager start [options] # launch projectOptions:
-V, --version # output the version number
-h, --help # output usage informationExamples:
$ voyager new app --auth # creates a new app with user auth
$ voyager start # starts up the voyager serverLicense
Voyager CLI is an open-source software running under the MIT License.