0.1.4 • Published 6 years ago

voyager-cli v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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-cli

Usage

$ voyager <command> [options]

Commands:

$ voyager new [options] <project-name>  # create new project
$ voyager start [options]               # launch project

Options:

-V, --version  # output the version number
-h, --help     # output usage information

Examples:

$ voyager new app --auth  # creates a new app with user auth 
$ voyager start           # starts up the voyager server

License

Voyager CLI is an open-source software running under the MIT License.

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago