Skip to content

MisterPea/template-node-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal, TypeScript/Node.js with Vitest 🍦

To use:

Via clone:

  1. clone the repository
  2. Remove .git for this template repo (below)
cd template-node-ts && rm -rf .git

Via 'Use this template':

  1. Click the 'Use this template' then pull it local

On your machine:

  1. $ npm install
  2. Make cool stuff!

Linting and formatting (Biome)

  • npm run lint - run Biome checks
  • npm run lint:fix - apply lint and safe fix updates
  • npm run format:check - check formatting
  • npm run format - write formatting updates

About

Minimal Node.js (ESM)/ TypeScript template with Vitest and hot reloading with TypeScript Execute (tsx)

Topics

Resources

License

Stars

Watchers

Forks

Contributors