CLI for Frontier supported apps
$ npm install -g @frontierjs/cli
$ frontier COMMAND
running command...
$ frontier (-v|--version|version)
@frontierjs/cli/0.0.0-beta.0 linux-x64 node-v13.0.1
$ frontier --help [COMMAND]
USAGE
$ frontier 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
Creates a new frontier app
USAGE
$ frontier new [DIR]
OPTIONS
-d, --dry Displays actions that will be run but will not execute them
-h, --help show CLI help
EXAMPLE
$ frontier new my-new-app
Creating new frontier structured app!
See code: src/commands/new.ts