black7375 / ts-monorepo-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-monorepo-template

Features

  • Package Manage: Yarn PNPM mode
  • Monorepo Task: Turborepo
  • Build: Vite
  • Test: Vitest
  • Pre-Commit hook: Husky
  • Shared eslint, prettier, typescript, vite configs

Useage

  • build: Build with development mode
  • build:release: Build with production mode
  • lint: Lint .ts files with EsLint
  • fix: Try to fix the lint results
  • check: Check the type
  • check:all: Type check and lint at the same time
  • test: Run .ts files test with vitest
  • test:all: Run test, type check, lint at the same time
  • coverage: Show test coverage
  • clean: Remove the results of builds and tests

About

License:MIT License


Languages

Language:TypeScript 49.3%Language:MDX 17.7%Language:JavaScript 13.7%Language:CSS 11.8%Language:Shell 6.3%Language:HTML 1.2%