Skip to content
/ minimal-template Public template

🤏 Minimal project template

Notifications You must be signed in to change notification settings

beeequeue/minimal-template

Repository files navigation

Minimal Node/Web Project

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

Use

Run copy.ts with deno:

deno run --no-lock -A copy.ts [path to new project]