Easy to use CLI which helps you create react components using customizable options
npm i -g react-fast-component
rfc wiz
rfc [command] [component-name] <options>
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.
-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]