1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-09-19 14:20:00 -04:00 committed by Joost De Cock
parent 67db5d766b
commit 8ba228222c

View file

@ -1,14 +1,12 @@
# create-react-library
> CLI for easily publishing modern React libraries with Rollup and example usage via create-react-app.
> CLI for creating reusable, modern React libraries using Rollup and create-react-app.
[![NPM](https://img.shields.io/npm/v/create-react-library.svg)](https://www.npmjs.com/package/create-react-library) [![Build Status](https://travis-ci.com/transitive-bullshit/create-react-library.svg?branch=master)](https://travis-ci.com/transitive-bullshit/create-react-library) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Intro
**The purpose of this CLI is to make publishing your own React components as simple as possible.**
<p align="center">
<img width="600" src="https://cdn.rawgit.com/transitive-bullshit/create-react-library/master/media/demo.svg">
</p>