182 stable releases

new 10.1.35 Feb 12, 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

#208 in Science

Download history 22/week @ 2024-10-24 3/week @ 2024-10-31 221/week @ 2024-11-14 21/week @ 2024-11-21 441/week @ 2024-11-28 2280/week @ 2024-12-05 993/week @ 2024-12-12 178/week @ 2024-12-19 132/week @ 2024-12-26 414/week @ 2025-01-02 116/week @ 2025-01-09 64/week @ 2025-01-23 159/week @ 2025-01-30 93/week @ 2025-02-06

319 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
~205K SLoC