ts-playground
    Preparing search index...

    ts-playground

    ts-playground

    Coverage TODO/FIXME

    Playground for TypeScript The repository tracks TODO and FIXME markers with gh-counter. It also tracks built package artifact size with gh-build-size.

    • [x] Basis

      • [x] test with vitest
      • [x] coverage with octocov
      • [x] lint / format with biomejs
      • [x] Add TypeDoc for documentation
      • [x] Publish NPM package
    • [x] @kitsuyui/hello ... simple hello world package

    • [x] @kitsuyui/string ... simple string package

    • [x] @kitsuyui/mymath ... simple math package

    • [x] @kitsuyui/luxon-ext ... extension for luxon

    • [x] @kitsuyui/intended-rollback ... intended transaction rollback for prisma

    • [x] @kitsuyui/incremental-color-palette ... incremental color palette generator

    bun install
    
    bun run build
    
    bun run dev
    
    bun run test
    
    bun run check-module-isolation
    bun run typecheck
    bun run validate
    bun run typedoc

    MIT