keithamus / hbs-cli

A CLI for handlebars
43 stars 26 forks source link

Update README.md to prevent glob errors #51

Closed rupertsworld closed 5 years ago

rupertsworld commented 5 years ago

If hbs is used as an NPM/Yarn script, globs need to be wrapped in quotes to prevent expansion by the NPM shell.

Closes Issue #50

keithamus commented 5 years ago

👍 thanks

rupertsworld commented 5 years ago

No worries – thanks for the awesome package :)