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
- Host: GitHub
- URL: https://github.com/beeequeue/minimal-template
- Owner: beeequeue
- Created: 2022-03-22T11:25:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T18:29:13.000Z (8 months ago)
- Last Synced: 2024-11-24T19:42:11.058Z (7 months ago)
- Topics: node, template, typescript
- Language: TypeScript
- Homepage:
- Size: 987 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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]
```