story-genz
v0.0.2
Published
Utility stuff to generate storybook colors files
Downloads
101
Readme
Story Genz
Generate storybook mdx files. Currently generate Colors.mdx to show list of available colors from tailwind.config.ts
Prerequisites
Node >=18.0.0
pnpm
Install pnpm
brew install pnpm
pnpm install story-genz
Then follow the step from the installation
- Developing
Run this command to generate stories from component.
#pnpm start (tailwind.config.ts path) (Colors.mdx location)
pnpm start ./tests/tailwind.config.ts ../Colors.mdx
or
story-genz ./tests/tailwind.config.ts ../Colors.mdx