Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

DominicF96/ez-react-components

Repository files navigation

EZReactComponents

A CLI Tool to Generate Lots of React Components in Seconds.

  • ✅ Generate React Components with a single command.
  • ✅ Typescript
  • ✅ Jest
  • ✅ SASS
  • ✅ Storybook

Getting Started

git clone [email protected]:DominicF96/ez-react-components.git
cd ez-react-components
npm install
npm run start

Configuration

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',
  }
}

About

React Component Generation Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published