create-react-ts-lib
v1.0.2
Published
cli tool to create react component library with rollup and typescript
Maintainers
Readme
create react typescript library
simple tool to create react library with typescript and rollup
Usage
install guide
yarn
yarn create react-ts-lib projectNamenpm
npm install -g create-react-ts-lib
create-react-ts-lib projectName
// or
crtl projectNamethen cd projectName and install dependencies
