Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 334 Bytes

NodeJS TypeScript template

A template repository containing a standard setup for TypeScript based NodeJS projects.

Configured with the following:

  • Linting with Eslint and Prettier
  • Pre commit type-checking and linting with Husky
  • Bun scripts for lint, type-check, build, and development.
  • Renovate dependency updates