0.0.3 • Published 8 years ago
generator-react-story v0.0.3
generator-react-story
Generate stories for your storybook.
Installation
First, install Yeoman and generator-react-story using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-story
Then navigate to your component or stories folder and generate your new story:
yo react-story
Available decorators options:
Contributing
PR's are welcome!
License
MIT © lnmunhoz