Skip to content

kitsuyui/ts-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5bef880 · Jan 9, 2025
Dec 28, 2024
Jan 9, 2025
Jan 9, 2025
Dec 27, 2024
Sep 2, 2024
Mar 25, 2024
Jul 18, 2024
Jun 28, 2024
Jun 3, 2023
Jan 9, 2025
Jan 9, 2025
Mar 25, 2024
Dec 28, 2024
Mar 25, 2024
Dec 28, 2024

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