148 stable releases

new 10.1.1 May 8, 2024
10.0.26 Apr 16, 2024
10.0.25 Mar 26, 2024
10.0.9 Dec 29, 2023
4.3.2 Nov 23, 2022

#2 in #monorepo

Download history 16/week @ 2024-01-10 11/week @ 2024-01-17 9/week @ 2024-01-24 5/week @ 2024-02-07 240/week @ 2024-02-14 60/week @ 2024-02-21 58/week @ 2024-02-28 145/week @ 2024-03-06 176/week @ 2024-03-13 193/week @ 2024-03-20 84/week @ 2024-03-27 46/week @ 2024-04-03 176/week @ 2024-04-10 1367/week @ 2024-04-17

1,600 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–21MB
~210K SLoC