Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@landbot/create-component

landbot5ISC0.1.1

Command line tool to create react components fastly.

readme

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.