chore: add create-component tool

This commit is contained in:
41666 2021-07-17 20:25:10 -04:00
parent 62687ced78
commit 6708f5c6fc
9 changed files with 185 additions and 3 deletions

View file

@ -17,7 +17,13 @@ You need:
Run:
- `yarn storybook` to get started.
- `yarn start:design-system` to get started.
Need to make a new component?
- `yarn create-component <atomic-type> <name>`
- This will create the skeleton files needed for a component.
- See below for atomic types.
## Atomic Design 101