0.0.0 • Published 4 years ago

reactness v0.0.0

Weekly downloads
-
License
GPL
Repository
github
Last release
4 years ago

reactness

A CLI tool to create and manage a react project.

oclif Version Downloads/week License

Usage

$ npm install -g reactness
$ reactness COMMAND
running command...
$ reactness (-v|--version|version)
reactness/0.0.0 win32-x64 node-v10.16.0
$ reactness --help [COMMAND]
USAGE
  $ reactness COMMAND
...

Commands

reactness hello [FILE]

describe the command here

USAGE
  $ reactness hello [FILE]

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

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

See code: src\commands\hello.ts

reactness help [COMMAND]

display help for reactness

USAGE
  $ reactness help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

0.0.0

4 years ago