TypeScript tooling and ecosystem

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. volta

    Volta: JS Toolchains as Code. ⚡

    Prefer Volta over NVM. Much better UX and its inherently cross-platform.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. tsup

    The simplest and fastest way to bundle your TypeScript libraries.

    If you want to stay in that ecosystem, try tsup. But you should still try to wire up a canonical tsc-based project first to understand the fundamentals.

  4. ni

    💡 Use the right package manager

    I highly recommend using https://github.com/antfu/ni to not care about if the project uses npm/yarn/pnpm

  5. esno

    Alias to `tsx`

    For just running Typescript files you have (both for dev and prod) https://github.com/esbuild-kit/tsx with command is generally easier then using ts-node + some file watcher or compiling to js

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Matanuska ADR 001 - Encoding Language

    3 projects | dev.to | 11 Dec 2024
  • Vitest vs. Jest: why we are betting on Vitest

    2 projects | news.ycombinator.com | 26 Nov 2024
  • Volta: JavaScript Toolchains as Code

    1 project | news.ycombinator.com | 6 Nov 2024
  • Introduction to Vitest and Angular

    1 project | dev.to | 13 Oct 2024
  • Get Started with TypeScript

    2 projects | dev.to | 27 Sep 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?