File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- # Node Module Template
1
+ # Typescript Module Template
2
2
3
- This is a template project for creating other Node.js modules and publishing
3
+ This is a template project for creating other Typescript modules and publishing
4
4
them to NPM.
5
5
6
+ Template includes:
7
+
8
+ - Linting / Formatting with Eslint and Prettier
9
+ - Test setup with Mocha / Chai
10
+ - Code coverage report with Istanbul
11
+ - CI/CD with GitHub Actions
12
+
6
13
7
14
## Installation
8
15
9
16
``` sh
10
- npm install --save-prod --save-exact node -module-template
17
+ npm install --save-prod --save-exact typescript -module-template
11
18
```
12
19
13
20
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @ncronquist/node -module-template" ,
2
+ "name" : " typescript -module-template" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " An example template for starting a new Node.js module." ,
4
+ "description" : " An example template for starting a new Typescript module." ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
- "url" : " https://github.com/ncronquist/node -module-template.git"
7
+ "url" : " https://github.com/ncronquist/typescript -module-template.git"
8
8
},
9
9
"main" : " dist/index.js" ,
10
10
"scripts" : {
You can’t perform that action at this time.
0 commit comments