Yeoman Generator
[Style Y260]
You can use the HotTowel yeoman generator to create an app that serves as a starting point for Angular that follows this style guide.
- Install generator-hottowel
npm install -g generator-hottowel
- Create a new folder and change directory to it
mkdir myapp
cd myapp
- Run the generator
yo hottowel helloWorld