Create react component library command line utility
npm install create-react-component-libraryCreate a fully fledged self-contained react component library in one simple command npx create-react-component-library my-library
[![npm][npm-image]][npm-url]
[![license][license-image]][license-url]
Run one of the following commands to create a new react component library.
``bash`
$ npx create-react-component-library my-project
or
`bash``
$ npm i -g create-react-component-library
$ create-react-component-library my-project
[MIT][license-url]
[npm-url]: https://npmjs.org/package/create-react-component-library
[npm-image]: https://img.shields.io/npm/v/create-react-component-library.svg
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/MagneH/create-react-component-library.svg