Minimal template for a Node.js project, which includes:
- Typescript
- ESLint
- Tap testing framework
- Pino logger
- Basic Github actions workflow
start
- start applicationbuild
- transpile TypeScript to ES6test
- run testslint
- check codebase using ESLint