relauncher
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

header image

oclif Version CircleCI codecov Downloads/week License

Create a new react app using every tools you love

header image

Usage

$ npm install -g relauncher
$ relauncher COMMAND
running command...
$ relauncher (-v|--version|version)
relauncher/0.0.3 darwin-x64 node-v10.16.0
$ relauncher --help [COMMAND]
USAGE
  $ relauncher COMMAND
...

Commands

relauncher build [FILE]

build your app

USAGE
  $ relauncher build [FILE]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ relauncher build

See code: src/commands/build.ts

relauncher create [DIR]

create your app

USAGE
  $ relauncher create [DIR]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ relauncher create myapp

See code: src/commands/create.ts

relauncher hello [FILE]

describe the command here

USAGE
  $ relauncher hello [FILE]

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

EXAMPLE
  $ relauncher hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

relauncher help [COMMAND]

display help for relauncher

USAGE
  $ relauncher help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

relauncher serve [FILE]

serve your app

USAGE
  $ relauncher serve [FILE]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ relauncher serve

See code: src/commands/serve.ts

Readme

Keywords

Package Sidebar

Install

npm i relauncher

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

18.3 kB

Total Files

18

Last publish

Collaborators

  • geekpreneur