create-lib-react
v1.0.3
Published
A cli for setting up Your own react typescript component library, features testes with Jest and Storybook, developing with Next.js, bundling using rollup and publishing using np.
Downloads
1
Readme
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