mabadir / blitz-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blitz-cli

Blitz CLI

oclif Version Downloads/week License

Usage

$ npm install -g blitz-cli
$ blitz COMMAND
running command...
$ blitz (-v|--version|version)
blitz-cli/0.0.0 darwin-x64 node-v12.14.1
$ blitz --help [COMMAND]
USAGE
  $ blitz COMMAND
...

Commands

blitz console [FILE]

describe the command here

USAGE
  $ blitz console [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/console.ts

blitz db [FILE]

describe the command here

USAGE
  $ blitz db [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/db.ts

blitz generate [FILE]

describe the command here

USAGE
  $ blitz generate [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/generate.ts

blitz help [COMMAND]

display help for blitz

USAGE
  $ blitz help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

blitz new [FILE]

Create new Blitz project

USAGE
  $ blitz new [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  Directory name

See code: src/commands/new.ts

blitz run [FILE]

describe the command here

USAGE
  $ blitz run [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/run.ts

blitz start [FILE]

describe the command here

USAGE
  $ blitz start [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/start.ts

About


Languages

Language:TypeScript 97.6%Language:JavaScript 1.9%Language:Batchfile 0.5%