You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
# react-modern-library-boilerplate
2
2
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.
*Note*: Modern means modern as of March, 2018.. I'm sure everything will change in a month... :joy::joy:
10
10
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.
12
12
13
13
**The purpose of this boilerplate is to make publishing your own React components as simple as possible.**
14
14
15
15
## Features
16
16
17
17
There are some existing React library boilerplates, but none of them fulfilled the following goals which we set out to accomplish:
18
18
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
20
20
- Support all modern JS language features for component development out of the box
21
21
- Build process to convert source to `umd` and `es` module formats for publishing to npm
22
22
- Comes with an `example` app using a standard [create-react-app](https://github.com/facebookincubator/create-react-app), serving 2 purposes
Copy file name to clipboardExpand all lines: manual.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Walkthrough
2
2
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).
4
4
5
5
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.
0 commit comments