react-fast-component
v1.0.10
Published
Easy to use CLI which helps you create react components using customizable options
Maintainers
Readme
React Fast Component
Easy to use CLI which helps you create react components using customizable options
npm i -g react-fast-component
rfc wiz
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]
