We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f32f4 commit 8e6b1a9Copy full SHA for 8e6b1a9
contributing.md
@@ -10,6 +10,12 @@ Additionally for this generator:
10
* When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.
11
* When submitting a new feature, add tests that cover the feature.
12
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
+
19
## Git Commit Guidelines
20
21
These rules are adopted from the AngularJS project.
0 commit comments