minimal-template

🀏 Minimal project template

Stars
0

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.mjs with zx:

zx copy.mjs [path to new project]
Related Projects