Skip to content

kitsuyui/ts-playground

Repository files navigation

ts-playground

codecov

Playground for TypeScript

Features

  • Basis

    • test with jest
    • coverage with codecov
    • lint / format with biomejs
    • Add TypeDoc for documentation
    • Publish NPM package
  • @kitsuyui/hello ... simple hello world package

  • @kitsuyui/string ... simple string package

  • @kitsuyui/mymath ... simple math package

  • @kitsuyui/luxon-ext ... extension for luxon

  • @kitsuyui/intended-rollback ... intended transaction rollback for prisma

  • @kitsuyui/incremental-color-palette ... incremental color palette generator

Docs

Usage

Install

pnpm install

Build

pnpm build

Run with development mode (watch mode)

pnpm dev

Test

pnpm test

License

MIT