1.0.10 • Published 2 years ago

react-fast-component v1.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

React Fast Component

Easy to use CLI which helps you create react components using customizable options

npm i -g react-fast-component
rfc wiz

enter image description here

Usage

rfc [command] [component-name] <options>

Commands:

wiz- opens the component creator wizard, recommended.

js- creates a React JavaScript component.

ts- creates a React TypeScript component.

Tip: use rfc wiz to explore all of the options.

Options:

-t, --type - component type (class, functional) c, f

-s, --style - component style (css, sass, materialjss, styledcomponents) css, sass, jss, styled

-d, --destination - where to save the component, current folder or open the output-folder (currentfolder, open) c, o