Skip to content

Commit 11d590e

Browse files
update CLI links for create-react-library
1 parent 65b4a35 commit 11d590e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# react-modern-library-boilerplate
22

3-
> Boilerplate and [CLI](https://github.com/transitive-bullshit/react-modern-library-cli) for publishing modern React modules with Rollup and example usage via create-react-app.
3+
> Boilerplate and CLI [create-react-library](https://github.com/transitive-bullshit/create-react-library) for publishing modern React modules with Rollup and example usage via create-react-app.
44
55
[![NPM](https://img.shields.io/npm/v/react-modern-library-boilerplate.svg)](https://www.npmjs.com/package/react-modern-library-boilerplate) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
66

77
## Intro
88

99
*Note*: Modern means modern as of March, 2018.. I'm sure everything will change in a month... :joy: :joy:
1010

11-
We strongly recommend that you use the accompanying [CLI](https://github.com/transitive-bullshit/react-modern-library-cli) to create new modules based off of this boilerplate.
11+
We strongly recommend that you use the accompanying CLI [create-react-library](https://github.com/transitive-bullshit/create-react-library) to create new modules based off of this boilerplate.
1212

1313
**The purpose of this boilerplate is to make publishing your own React components as simple as possible.**
1414

1515
## Features
1616

1717
There are some existing React library boilerplates, but none of them fulfilled the following goals which we set out to accomplish:
1818

19-
- Comes with an easy-to-use [CLI](https://github.com/transitive-bullshit/react-modern-library-cli) for creating new modules
19+
- Comes with an easy-to-use CLI [create-react-library](https://github.com/transitive-bullshit/create-react-library) for creating new modules
2020
- Support all modern JS language features for component development out of the box
2121
- Build process to convert source to `umd` and `es` module formats for publishing to npm
2222
- Comes with an `example` app using a standard [create-react-app](https://github.com/facebookincubator/create-react-app), serving 2 purposes

manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Walkthrough
22

3-
This guide is for people who don't want to use the accompanying [CLI](https://github.com/transitive-bullshit/react-modern-library-cli).
3+
This guide is for people who don't want to use the accompanying CLI [create-react-library](https://github.com/transitive-bullshit/create-react-library).
44

55
Check out the accompanying [blog post](https://hackernoon.com/publishing-baller-react-modules-2b039d84bce7) which gives more in-depth explanations on how to create an example component using this boilerplate.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modern-library-boilerplate",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Boilerplate for publishing modern React modules with Rollup",
55
"author": "Travis Fischer",
66
"license": "MIT",

0 commit comments

Comments
 (0)