1.1.4 • Published 3 years ago

react-relay-generator v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-relay-generator

An opinionated generator for React, Relay and Typescript relays

oclif Version Downloads/week License

Usage

$ npm install -g react-relay-generator
$ rc COMMAND
running command...
$ rc (-v|--version|version)
react-relay-generator/1.1.4 darwin-x64 node-v12.13.1
$ rc --help [COMMAND]
USAGE
  $ rc COMMAND
...

Commands

rc autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ rc autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ rc autocomplete
  $ rc autocomplete bash
  $ rc autocomplete zsh
  $ rc autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

rc create

Boostrap a brand new component with React, Relay and Typescript baked in.

USAGE
  $ rc create

OPTIONS
  -h, --help         show CLI help
  -i, --interactive

EXAMPLE
  $ rc create

See code: src/commands/create.ts

rc help [COMMAND]

display help for rc

USAGE
  $ rc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help