Skip to content

Commit c447074

Browse files
authored
docs(README): update pollinate instructions
1 parent ca3b31a commit c447074

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ This is my personal skeleton for creating a React library npm package. You are
1010
## Quick start
1111

1212
```sh
13-
# this PR of mine will hopefully be merged soon
14-
npm i -g howardroark/pollinate#keep-history
15-
pollinate https://github.com/jedwards1211/react-library-skeleton.git#pollinate --name <package name> --author <your name> --organization <github organization> --description <package description>
13+
npm i -g howardroark/pollinate
14+
pollinate https://github.com/jedwards1211/react-library-skeleton.git --keep-history --name <package name> --author <your name> --organization <github organization> --description <package description>
1615
cd <package name>
1716
npm i
1817
```
@@ -32,9 +31,9 @@ npm i
3231
* enzyme
3332
* jsdom
3433
* husky
35-
* commitmsg: uses validate-commit-msg
36-
* precommit: runs lint and flow
37-
* prepush: runs test
34+
* commitmsg: uses `validate-commit-msg`
35+
* precommit: runs `eslint` and `flow`
36+
* prepush: runs tests
3837
* semantic-release
3938
* Travis CI
4039
* Coveralls

0 commit comments

Comments
 (0)