compgenrc
v1.0.2
Published
generate react nextjs and react native component
Downloads
9
Maintainers
Readme
compgenrc
Simple generator for React, React native and Nextjs Component from command line
Usage
$ npm install -g compgenrc
$ compgenrc COMMAND
running command...
$ compgenrc (-v|--version|version)
compgenrc/1.0.2 darwin-x64 node-v15.12.0
$ compgenrc --help [COMMAND]
USAGE
$ compgenrc COMMAND
...
Commands
compgenrc autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ compgenrc autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ compgenrc autocomplete
$ compgenrc autocomplete bash
$ compgenrc autocomplete zsh
$ compgenrc autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
compgenrc help [COMMAND]
display help for compgenrc
USAGE
$ compgenrc help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
compgenrc native
generate react native component
USAGE
$ compgenrc native
OPTIONS
-f, --force
-h, --help show CLI help
See code: src/commands/native.ts
compgenrc next
generate nextjs component
USAGE
$ compgenrc next
OPTIONS
-f, --force
-h, --help show CLI help
See code: src/commands/next.ts
compgenrc react
generate react component
USAGE
$ compgenrc react
OPTIONS
-f, --force
-h, --help show CLI help
See code: src/commands/react.ts