0.1.1 • Published 6 years ago
@landbot/create-component v0.1.1
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.