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

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i reactscript-cli

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

17 kB

Total Files

30

Last publish

Collaborators

  • paranoiasystem