Files
node-ts-boilerplate/README.md
2024-04-06 12:54:12 +02:00

12 lines
218 B
Markdown

# 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
```