create-mastodon-component

## 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 ```

Usage no npm install needed!

<script type="module">
  import createMastodonComponent from 'https://cdn.skypack.dev/create-mastodon-component';
</script>

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