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