Skip to content

Commit 8e6b1a9

Browse files
committed
docs(contributing): add info for running generator locally
1 parent f8f32f4 commit 8e6b1a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: contributing.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Additionally for this generator:
1010
* When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.
1111
* When submitting a new feature, add tests that cover the feature.
1212

13+
To run the generator:
14+
1. Clone it and `cd` to its root
15+
2. `npm install`
16+
3. `npm link` (tells NPM to look to your own version)
17+
4. `yo angular-fullstack` as normal. It should run from your cloned version rather than the one downloaded from NPM.
18+
1319
## Git Commit Guidelines
1420

1521
These rules are adopted from the AngularJS project.

0 commit comments

Comments
 (0)