When using the enyo-dev to install this template via:
enyo templates install https://github.com/bbito/onyx-webos-app.git
The entire git repo is cloned into the .enyo/templates/ folder this is a problem because we don't want our new app tied to the git repo for this template and do not want the .git folder or the README.md in our freshly init-ed project.
I can only come up with 2 workarounds:
-
After installing the template with enyo templates install https://github.com/bbito/onyx-webos-app.git go to the .enyo/templates/ and manually delete the extraneous folder and file.
-
Manually delete the extraneous folder and file after each project is init-ed, and before starting work on the project.
For now I will update the README.md to instruct how to do option #1