tmrts / boilr

:zap: boilerplate template manager that generates files or directories from template repositories
Apache License 2.0
1.73k stars 119 forks source link

Invalid syntax in project.json doesn't seem to be reported #67

Open ghost opened 6 years ago

ghost commented 6 years ago

I've noticed that when you have an invalid project.json file, this isn't reported. Instead, boilr will complain about the usage of unknown values inside the template instead.

Just filing this in case anyone else has the same problem, I may get around to making a PR!