@frontierjs/cli
v0.0.0-beta.0
Published
CLI for Frontier supported apps
Downloads
4
Readme
@frontierjs/frontier
CLI for Frontier supported apps
Usage
$ npm install -g @frontierjs/frontier
$ frontier COMMAND
running command...
$ frontier (-v|--version|version)
@frontierjs/frontier/0.0.0-beta.0 linux-x64 node-v8.15.1
$ frontier --help [COMMAND]
USAGE
$ frontier COMMAND
...
Commands
frontier app [DIR]
Creates a new frontier app
USAGE
$ frontier app [DIR]
OPTIONS
-d, --dry Print actions that will be executed
-h, --help show CLI help
EXAMPLE
$ frontier app my-new-project
Creating new app!
See code: src/commands/app.ts
frontier help [COMMAND]
display help for frontier
USAGE
$ frontier help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
frontier new [FILE]
describe the command here
USAGE
$ frontier new [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ frontier hello
hello world from ./src/hello.ts!
See code: src/commands/new.ts