1
1
# node-typescript-boilerplate
2
2
3
3
[ ![ Sponsor] [ sponsor-badge ]] [ sponsor ]
4
- [ ![ TypeScript version] [ ts-badge ]] [ typescript-5-1 ]
4
+ [ ![ TypeScript version] [ ts-badge ]] [ typescript-5-3 ]
5
5
[ ![ Node.js version] [ nodejs-badge ]] [ nodejs ]
6
6
[ ![ APLv2] [ license-badge ]] [ license ]
7
7
[ ![ Build Status - GitHub Actions] [ gha-badge ]] [ gha-ci ]
10
10
11
11
🏃🏽 Instant Value: All basic tools included and configured:
12
12
13
- - [ TypeScript] [ typescript ] [ 5.1 ] [ typescript-5-1 ]
13
+ - [ TypeScript] [ typescript ] [ 5.3 ] [ typescript-5-3 ]
14
14
- [ ESM] [ esm ]
15
15
- [ ESLint] [ eslint ] with some initial rules recommendation
16
16
- [ Jest] [ jest ] for fast unit testing and code coverage
@@ -86,13 +86,13 @@ Support this project by becoming a [sponsor][sponsor].
86
86
87
87
Licensed under the APLv2. See the [ LICENSE] ( https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE ) file for details.
88
88
89
- [ ts-badge ] : https://img.shields.io/badge/TypeScript-5.1 -blue.svg
90
- [ nodejs-badge ] : https://img.shields.io/badge/Node.js->=%2018.12 -blue.svg
91
- [ nodejs ] : https://nodejs.org/dist/latest-v18 .x/docs/api/
89
+ [ ts-badge ] : https://img.shields.io/badge/TypeScript-5.3 -blue.svg
90
+ [ nodejs-badge ] : https://img.shields.io/badge/Node.js->=%2020.9 -blue.svg
91
+ [ nodejs ] : https://nodejs.org/dist/latest-v20 .x/docs/api/
92
92
[ gha-badge ] : https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg
93
93
[ gha-ci ] : https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml
94
94
[ typescript ] : https://www.typescriptlang.org/
95
- [ typescript-5-1 ] : https://devblogs.microsoft.com/typescript/announcing-typescript-5-1 /
95
+ [ typescript-5-3 ] : https://devblogs.microsoft.com/typescript/announcing-typescript-5-3 /
96
96
[ license-badge ] : https://img.shields.io/badge/license-APLv2-blue.svg
97
97
[ license ] : https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE
98
98
[ sponsor-badge ] : https://img.shields.io/badge/♥-Sponsor-fc0fb5.svg
@@ -103,11 +103,11 @@ Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-ty
103
103
[ prettier ] : https://prettier.io
104
104
[ volta ] : https://volta.sh
105
105
[ volta-getting-started ] : https://docs.volta.sh/guide/getting-started
106
- [ volta-tomdale ] : https://twitter.com/tomdale/status/1162017336699838467?s=20
106
+ [ volta-tomdale ] : https://twitter.com/tomdale/status/1162017336699838467
107
107
[ gh-actions ] : https://github.com/features/actions
108
108
[ repo-template-action ] : https://github.com/jsynowiec/node-typescript-boilerplate/generate
109
109
[ esm ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
110
110
[ sindresorhus-esm ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
111
111
[ nodejs-esm ] : https://nodejs.org/docs/latest-v16.x/api/esm.html
112
- [ ts47-esm ] : https://devblogs.microsoft.com/typescript/announcing-typescript-5-1 /#esm-nodejs
112
+ [ ts47-esm ] : https://devblogs.microsoft.com/typescript/announcing-typescript-4-7 /#esm-nodejs
113
113
[ editorconfig ] : https://editorconfig.org
0 commit comments