An open API service indexing awesome lists of open source software.

https://github.com/beeequeue/minimal-template

🤏 Minimal project template
https://github.com/beeequeue/minimal-template

node template typescript

Last synced: 2 months ago
JSON representation

🤏 Minimal project template

Awesome Lists containing this project

README

        

# Minimal Node/Web Project

This is my minimal template that I use for all my new projects.

It has:

- [tsup](https://tsup.egoist.dev) for easily bundling code
- [vitest](https://vitest.dev) 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:

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