This is my minimal template that I use for all my new projects.
It has:
- tsdown for easily bundling code
- node:test for testing
- All the editor configurations you might need
- Automatic code formatting on committing with oxfmt and simple-git-hooks
Run copy.ts with deno:
deno run --no-lock -A copy.ts [path to new project]