create-component
Command line tool to create react components fastly.
Usage
npx create-component [options] <component-dir>A new folder at <component-dir> will be created with all basic component files inside.
Options
-s, --stories Add .stories.js file.
-t, --test Add .test.js file.