Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.01 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.01 KB

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