Skip to content

Commit cf560f3

Browse files
committed
refactor: 💡 Added git-cz to templates
1 parent 20729fd commit cf560f3

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ happy app-deving 😊
8585

8686
* website: https://opendevs.in/
8787
* github: [@open-devs](https://github.com/open-devs)
88+
* core members: [@alok722](https://github.com/alok722), [@mikr13](https://github.com/mikr13)
8889

8990
## 🚀 future scope
9091

lib/templates/express-structure-mongoose/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "nodemon --watch './src/*.ts' --exec ts-node ./src/index.ts",
88
"build": "tsc",
99
"test": "jest --coverage",
10-
"test:watch": "npm run test -- --watchAll"
10+
"test:watch": "npm run test -- --watchAll",
11+
"commit": "git cz"
1112
},
1213
"keywords": [],
1314
"author": "",
@@ -29,6 +30,7 @@
2930
"@typescript-eslint/eslint-plugin": "^3.9.0",
3031
"@typescript-eslint/parser": "^3.9.0",
3132
"eslint": "^7.7.0",
32-
"typescript": "^3.9.7"
33+
"typescript": "^3.9.7",
34+
"git-cz": "^4.7.0"
3335
}
3436
}

lib/templates/express-structure-typeorm/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts",
88
"build": "tsc",
99
"test": "jest --coverage",
10-
"test:watch": "npm run test -- --watchAll"
10+
"test:watch": "npm run test -- --watchAll",
11+
"commit": "git cz"
1112
},
1213
"keywords": [],
1314
"author": "",
@@ -31,6 +32,7 @@
3132
"nodemon": "^2.0.4",
3233
"ts-jest": "^26.1.4",
3334
"ts-node": "^8.10.2",
34-
"typescript": "^3.9.7"
35+
"typescript": "^3.9.7",
36+
"git-cz": "^4.7.0"
3537
}
3638
}

lib/templates/plugin-structure-mongoose/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts",
88
"build": "tsc",
99
"test": "jest --coverage",
10-
"test:watch": "npm run test -- --watchAll"
10+
"test:watch": "npm run test -- --watchAll",
11+
"commit": "git cz"
1112
},
1213
"keywords": [],
1314
"author": "",
@@ -30,6 +31,7 @@
3031
"typescript": "^3.6.3",
3132
"@typescript-eslint/eslint-plugin": "^3.9.0",
3233
"@typescript-eslint/parser": "^3.9.0",
33-
"eslint": "^7.7.0"
34+
"eslint": "^7.7.0",
35+
"git-cz": "^4.7.0"
3436
}
3537
}

lib/templates/plugin-structure-typeorm/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "nodemon --watch './src/**/*.ts' --exec ts-node ./src/index.ts",
88
"build": "tsc",
99
"test": "jest --coverage",
10-
"test:watch": "npm run test -- --watchAll"
10+
"test:watch": "npm run test -- --watchAll",
11+
"commit": "git cz"
1112
},
1213
"keywords": [],
1314
"author": "",
@@ -33,6 +34,7 @@
3334
"typescript": "^3.9.7",
3435
"@typescript-eslint/eslint-plugin": "^3.9.0",
3536
"@typescript-eslint/parser": "^3.9.0",
36-
"eslint": "^7.7.0"
37+
"eslint": "^7.7.0",
38+
"git-cz": "^4.7.0"
3739
}
3840
}

0 commit comments

Comments
 (0)