0.0.0-beta.0 • Published 4 years ago

@frontierjs/cli v0.0.0-beta.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@frontierjs/frontier

CLI for Frontier supported apps

oclif Version Downloads/week License

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