194 stable releases

new 10.1.47 Jun 10, 2025
10.1.44 Apr 19, 2025
10.1.41 Mar 27, 2025
10.1.32 Dec 22, 2024
4.3.2 Nov 23, 2022

#683 in Web programming

Download history 239/week @ 2025-02-12 251/week @ 2025-02-19 133/week @ 2025-02-26 147/week @ 2025-03-05 65/week @ 2025-03-12 127/week @ 2025-03-26 144/week @ 2025-04-02 115/week @ 2025-04-09 163/week @ 2025-04-16 8/week @ 2025-04-23 5/week @ 2025-04-30 145/week @ 2025-05-07 23/week @ 2025-05-14 143/week @ 2025-05-28

312 downloads per month
Used in tsconfig-includes

ISC license

81KB
2K SLoC

TypeScript Tools 🦀

Build Status

The typescript-tools are an opinionated collection of utilities for working with TypeScript monorepos. Read more in the typescript-tools spec.

The Problem

Whereas Lerna was created for managing JavaScript monorepos, TypeScript monorepos have additional requirements introduced by the compilation step.

The original and reference implementation of the typescript-tools is written in TypeScript. The Rust implementation of the typescript-tools optimizes execution speed.

Goals

The goals of the typescript-tools are to give back the maximum amount of human time possible; chiefly through stability and aggressive automation.

The Rust implementation aims to minimize the amount of latency added to your monorepo's workflow.

Supported Systems

The following target triples are supported:

  • x86_64-unknown-linux-musl
  • i686-unknown-linux-musl
  • x86_64-apple-darwin
  • aarch64-unknown-linux-musl
  • aarch64-apple-darwin

Install

Install from the Nix flake or download a precompiled binary from the GitHub Releases page.

Dependencies

~11–19MB
~199K SLoC