UNPKG

create-react-component-library

Version:
36 lines (22 loc) 830 B
# create-react-component-library Create 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] ## Documentation ## Usage 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 ``` <a id="license"></a> ## License [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