bbugyi200 / cookie

A Template-based File Generator. Like cookiecutter but works with file templates instead of project templates.
MIT License
285 stars 7 forks source link

Make templates sturdier by wrapping values with quotes #28

Open hardyoyo opened 2 years ago

hardyoyo commented 2 years ago

Allows templates to handle variables with spaces in them, by wrapping values with quotes. Fixes #24.

bbugyi200 commented 2 years ago

Thanks for the contribution! I want to try to replicate #24 and verify that this PR fixes the issue on my end before merging. Don't have time ATM, but I'll get to it.