1.1.2 • Published 4 years ago

reactscript-cli v1.1.2

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

reactscript-cli

ReactScript CLI

oclif Version Downloads/week License

Usage

$ npm install -g reactscript-cli
$ reactscript-cli COMMAND
running command...
$ reactscript-cli (-v|--version|version)
reactscript-cli/1.1.2 linux-x64 node-v10.15.2
$ reactscript-cli --help [COMMAND]
USAGE
  $ reactscript-cli COMMAND
...

Commands

reactscript-cli component [COMPONENTNAME]

create an empty component

USAGE
  $ reactscript-cli component [COMPONENTNAME]

OPTIONS
  -h, --help                     show CLI help
  -t, --type=class|c|function|f  (required)

EXAMPLE
  $ reactscript-cli component testComponent

See code: src/commands/component.ts

reactscript-cli create [PROJECTNAME]

create an empty starter project

USAGE
  $ reactscript-cli create [PROJECTNAME]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ reactscript-cli create new-app

See code: src/commands/create.ts

reactscript-cli help [COMMAND]

display help for reactscript-cli

USAGE
  $ reactscript-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago