This commit is contained in:
2024-04-06 12:54:12 +02:00
commit 07f6abb1f5
18 changed files with 4458 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# NodeJS Typescript Boilerplate
Includes the bare minimum to get started with a Node.js Typescript project.
- ESM
- Typescript
- Prettier
- ESLint
```bash
npx degit -y ershsian99/node-ts-boilerplate project-name
```