Skip to content

frontierJS/cli

Repository files navigation

@frontierjs/frontier

CLI for Frontier supported apps

oclif Version Downloads/week License

Usage

$ 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
...

Commands

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 [DIR]

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

Releases

No releases published

Packages

No packages published

Languages