Skip to content

Commit 443bcff

Browse files
committed
cleanup
1 parent 972d99f commit 443bcff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
We welcome patches and features. For any new features added, please make sure we add a unit test to it.
44

5+
## How to setup a local copy
6+
7+
Clone the project, run `npm i` and then `npm link` to setup a local copy which you can change. This is helpful so that you can work on it and test it iteratively without having to continually rebuild.
8+
59
## How to improve available templates
610

711
In case you feel like any of the templates could use any extra features, raise an issue first before you raise a PR. We can discuss any ideas and which would be the right way to implement.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"template",
2828
"generator",
2929
"inversify",
30+
"inversion-of-control",
3031
"typeorm",
3132
"sequelize"
3233
],
@@ -43,8 +44,7 @@
4344
},
4445
"ava": {
4546
"files": [
46-
"test/*",
47-
"!test/cliTester.js"
47+
"test/*"
4848
],
4949
"timeout": "1m"
5050
}

0 commit comments

Comments
 (0)