File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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>
1615cd < package name>
1716npm i
1817```
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
You can’t perform that action at this time.
0 commit comments