Skip to content

Commit 5fe4dfe

Browse files
committed
Merge pull request johnpapa#236 from johnpapa/develop
Develop
2 parents 7b323ab + d909e12 commit 5fe4dfe

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 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
@@ -2718,8 +2741,8 @@ Open an issue first to discuss potential changes/additions. If you have question
27182741
*By contributing to this repository you are agreeing to make your content available subject to the license of this repository.*
27192742
27202743
### Process
2721-
1. Discuss the changes in an Issue.
2722-
2. Open a Pull Request, reference the issue, and explain the change and why it adds value.
2744+
1. Discuss the changes in a GitHub issue.
2745+
2. Open a Pull Request against the develop branch, reference the issue, and explain the change and why it adds value.
27232746
3. The Pull Request will be evaluated and either merged or declined.
27242747
27252748
## License

0 commit comments

Comments
 (0)