A CLI Tool to Generate Lots of React Components in Seconds.
- ✅ Generate React Components with a single command.
- ✅ Typescript
- ✅ Jest
- ✅ SASS
- ✅ Storybook
git clone [email protected]:DominicF96/ez-react-components.git
cd ez-react-components
npm install
npm run start
You can configure certain parameters of the EZReactComponents generator. To do so, create and edit the ezcomponents.config.json
file in the root directory of the project.
module.exports = {
componentsDir: './output',
package: {
name: '@my-org/ui',
}
}