mirror of
https://github.com/ershisan99/node-ts-boilerplate.git
synced 2025-12-16 12:33:43 +00:00
12 lines
218 B
Markdown
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
|
|
``` |