michaelhelvey / node-ts-starter

My personal Typescript + Node.js library starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js + Typescript Starter Pack

build

This is my personal typescript library starter kit. Here's the stack:

  • vitest for testing
  • tsup for building (ESM by default, additional CJS module via Node.js exports)
  • prettier for formatting
  • eslint for linting
  • husky for commit hooks
  • github actions for CI

Installation and Running Locally

  • pnpm dev Run application with esbuild and tsx
  • pnpm test (or pnpm test:coverage) for running unit tests
  • pnpm build to build the library for publishing

Authors

License

MIT

About

My personal Typescript + Node.js library starter template

License:MIT License


Languages

Language:JavaScript 58.5%Language:TypeScript 35.6%Language:Shell 5.9%