vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 680 forks source link

Suggestion: README.md: Instructions #470

Closed ghost closed 7 years ago

ghost commented 7 years ago

After... yarn init yarn add blendid

...Add an instruction to add "blendid" to the "scripts" section of the project's "package.json", followed by the existing...

yarn run blendid -- init yarn run blendid

greypants commented 7 years ago

you don't need to with yarn. It automatically looks for scripts in node_modules/.bin, where the blendid script lives