create-react-ts-lib
v1.0.2
Published
cli tool to create react component library with rollup and typescript
Downloads
1
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 projectName
npm
npm install -g create-react-ts-lib
create-react-ts-lib projectName
// or
crtl projectName
then cd projectName
and install dependencies