starter-ts
    Preparing search index...

    starter-ts

    Starter TS

    I love TypeScript!

    Project's branding image

    starter-ts TypeScript heart icon

    npm version npm downloads Codecov Bundlejs TypeDoc

    starter-ts is my starter/boilerplate for typescript projects. This template assumes you are using Linux, or the included Dev Container.

    • play script uses unbuild's passive watcher (stub mode), which allows you to execute new code live without rebuilding the project. The cons is TS declarations are not available.
    • play:useBuild builds a static version of the package, useful for testing the actual look/behavior when shipping.
    • [x] TypeScript ready!
    # npm
    npm install starter-ts

    # bun
    bun add starter-ts

    # pnpm (recommended)
    pnpm install starter-ts
    // ESM
    import { hello } from 'starter-ts'
    • [ ] Become the legendary 10000x developer

    License