We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990d954 commit 64b11efCopy full SHA for 64b11ef
README.md
@@ -10,9 +10,8 @@ This is my personal skeleton for creating an ES2015 library npm package. You ar
10
## Quick start
11
12
```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/es2015-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/es2015-library-skeleton.git --keep-history --name <package name> --author <your name> --organization <github organization> --description <package description>
16
cd <package name>
17
npm i
18
```
0 commit comments