Skip to content

afeiship/generator-react-component

Repository files navigation

generator-react-component

Yeoman generator for react component based on webpack.

usage

# 1. Make sure you have install yeoman.
npm install -g yo

# 2. Install react-component generator
git clone [email protected]:afeiship/generator-react-component.git

# 3. link
cd generator-react-component
npm link

# 4. Then generate your new project:
yo @jswork/react-component

# use tsup as builder
yo @jswork/react-component:tsup