Skip to content

stefvw93/std-nodejs-ts

Repository files navigation

std-nodejs-typescript

A minimal Node.js + TypeScript project template.

Requirements

  • Node.js ≥ 24.7.0
  • npm ≥ 10.15.0

Scripts

  • pnpm build - Build the project using tsdown
  • pnpm test - Run tests with Node.js native test runner
  • pnpm test.watch - Run tests in watch mode
  • pnpm lint - Check code with Biome
  • pnpm lint.fix - Fix linting issues automatically
  • pnpm typecheck - Compile check with TypeScript

Tech Stack

  • TypeScript - Type-safe JavaScript
  • tsdown - Fast TypeScript bundler
  • Biome - Fast linter and formatter
  • Node.js test runner - Native testing with tsx loader

About

Simple project boilerplate for NodeJS with TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published