Skip to content

Commit

Permalink
docs(README): update pollinate instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 authored Apr 20, 2017
1 parent ca3b31a commit c447074
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ This is my personal skeleton for creating a React library npm package. You are
## Quick start

```sh
# this PR of mine will hopefully be merged soon
npm i -g howardroark/pollinate#keep-history
pollinate https://github.com/jedwards1211/react-library-skeleton.git#pollinate --name <package name> --author <your name> --organization <github organization> --description <package description>
npm i -g howardroark/pollinate
pollinate https://github.com/jedwards1211/react-library-skeleton.git --keep-history --name <package name> --author <your name> --organization <github organization> --description <package description>
cd <package name>
npm i
```
Expand All @@ -32,9 +31,9 @@ npm i
* enzyme
* jsdom
* husky
* commitmsg: uses validate-commit-msg
* precommit: runs lint and flow
* prepush: runs test
* commitmsg: uses `validate-commit-msg`
* precommit: runs `eslint` and `flow`
* prepush: runs tests
* semantic-release
* Travis CI
* Coveralls
Expand Down

0 comments on commit c447074

Please sign in to comment.