create-design-system-cli
v0.0.1-alpha.23
Published
A CLI to set up a design system including documentation, testing and linting
Downloads
2
Maintainers
Readme
Create-design-system
General usage
- Create a new folder (for example
my-design-system
):$ mkdir my-design-system
- Run this command and answers the prompts:
npx create-design-system-cli
- Check the develop flow for your tools of choice
| Tool combination | Resources | |---|---| | Stencil / Docz / WDIO | Documentation
TODO
- Make Docz look nice
- Make Props table look nice
- Create production build (strip dynamic imports!)
- Create
packages/portal
yarn start --no-sym-link
option - Update generated README
- How to run tests
- How to see your components
- How to see your components in docz
- Add script that runs portal and stencil parallel
- Add GIFs to main README