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.

  1. Install generator-hottowel
  npm install -g generator-hottowel
  1. Create a new folder and change directory to it
  mkdir myapp
  cd myapp
  1. Run the generator
  yo hottowel helloWorld