It would be really nice to have templates for the files. For example if a student wants to create a new page they can just do
yo newPage pageName
it'll generate
pageName.js
pageName.spec.js
pageName.hbs
It would work particularly nice with the new file structure that we have. Previously we've used yeoman
https://yeoman.io/generators/
It would be really nice to have templates for the files. For example if a student wants to create a new page they can just do
yo newPage pageNameit'll generate
It would work particularly nice with the new file structure that we have. Previously we've used yeoman
https://yeoman.io/generators/