Skip to content

Commit 3285d3a

Browse files
committed
closed johnpapa#91. adds link to yo generator for hottowel
1 parent 0824b56 commit 3285d3a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
4747
1. [JSHint](#js-hint)
4848
1. [Constants](#constants)
4949
1. [File Templates and Snippets](#file-templates-and-snippets)
50+
1. [Yeoman Generator](#yeoman-generator)
5051
1. [AngularJS Docs](#angularjs-docs)
5152
1. [Contributing](#contributing)
5253
1. [License](#license)
@@ -2708,6 +2709,28 @@ Use file templates or snippets to help follow consistent styles and patterns. He
27082709
27092710
**[Back to top](#table-of-contents)**
27102711
2712+
## Yeoman Generator
2713+
You can use the [HotTowel yeoman generator](http://jpapa.me/yohottowel) to create an app that serves as a starting point for Angular that follows this style guide.
2714+
2715+
1. Install generator-hottowel
2716+
2717+
```
2718+
npm install -g generator-hottowel
2719+
```
2720+
2721+
2. Create a new folder and change directory to it
2722+
2723+
```
2724+
mkdir myapp
2725+
cd myapp
2726+
```
2727+
2728+
3. Run the generator
2729+
2730+
```
2731+
yo hottowel helloWorld
2732+
```
2733+
27112734
## AngularJS docs
27122735
For anything else, API reference, check the [Angular documentation](//docs.angularjs.org/api).
27132736

0 commit comments

Comments
 (0)