react-relay-generator
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

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

Package Sidebar

Install

npm i react-relay-generator

Weekly Downloads

2

Version

1.1.4

License

MIT

Unpacked Size

15.4 kB

Total Files

18

Last publish

Collaborators

  • kpurohit