184 stable releases

new 10.1.37 Feb 20, 2025
10.1.33 Jan 29, 2025
10.1.32 Dec 22, 2024
10.1.29 Nov 17, 2024
4.3.2 Nov 23, 2022

#202 in Science

Download history 4/week @ 2024-10-29 204/week @ 2024-11-12 38/week @ 2024-11-19 121/week @ 2024-11-26 1898/week @ 2024-12-03 1643/week @ 2024-12-10 223/week @ 2024-12-17 79/week @ 2024-12-24 354/week @ 2024-12-31 199/week @ 2025-01-07 37/week @ 2025-01-14 123/week @ 2025-01-28 135/week @ 2025-02-04 166/week @ 2025-02-11

424 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–20MB
~206K SLoC