create-mastodon-component
v1.0.2
Published
## Usage Run the following command from the root directory of **mastodon**. ```bash npx create-react-component Table ``` Creates: ``` Table ├── Table.js ├── Table.test.js ├── Table.stories.mdx ├── style.scss └── index.js ```
Downloads
3
Readme
create-mastodon-component
Usage
Run the following command from the root directory of mastodon.
npx create-react-component Table
Creates:
Table
├── Table.js
├── Table.test.js
├── Table.stories.mdx
├── style.scss
└── index.js