1.0.3 • Published 4 years ago

create-lib-react v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

React component library setup CLI

This repo is a CLI for creating a React.js component library, using typescript (eg. *.tsx files), rollup.js for bundling, ready for deploy on npm with np, featuring Jest for testing as well as Next.js and Storybook for developing.

Painfull process made extremely easy 🦋

$ yarn global add create-lib-react

then

$ create-lib-react

& follow the instructions

Note

I recommend using yarn but you can change any command to npm for eg.

$ npm i -g create-lib-react

After setting up

Further information and instructions can be found on my working demo with instructions.