Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 346 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 346 Bytes

create react typescript library

simple tool to create react library with typescript and rollup

Usage

install guide

yarn

yarn create react-ts-lib projectName

npm

npm install -g create-react-ts-lib

create-react-ts-lib projectName

// or

crtl projectName

then cd projectName and install dependencies