Actual Behaviour
The generated file src/templates/pages/examples/image-copy-method.hbs contains a \r (carriage return) before the .hbs extension.
Expected Behaviour
No unprintable characters in the filename; causes weirdness in a shell and most file operations.
Steps to reproduce it
npm install
npm run watch
On the command line, ls src/templates/pages/examples/image-co and hit . On macOS you'll see this complete to src/templates/pages/examples/image-copy-method$'\r'.hbs (the $'\r' is way zsh shows escape characters).
Screenshots of the issue

Would you like to work on the issue?
Nope.