178 stable releases

new 10.1.31 Dec 6, 2024
10.1.29 Nov 17, 2024
10.1.10 Jul 29, 2024
10.0.25 Mar 26, 2024
4.3.2 Nov 23, 2022

#208 in Science

Download history 81/week @ 2024-08-17 119/week @ 2024-08-24 248/week @ 2024-08-31 35/week @ 2024-09-07 51/week @ 2024-09-14 232/week @ 2024-09-21 305/week @ 2024-09-28 196/week @ 2024-10-05 120/week @ 2024-10-12 392/week @ 2024-10-19 13/week @ 2024-10-26 1/week @ 2024-11-02 100/week @ 2024-11-09 131/week @ 2024-11-16 11/week @ 2024-11-23 822/week @ 2024-11-30

1,069 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
~210K SLoC