Crates.io | typescript_tools |
lib.rs | typescript_tools |
version | |
source | src |
created_at | 2022-11-13 11:04:02.20912 |
updated_at | 2024-12-06 07:41:10.262837 |
description | Tools for working with TypeScript monorepos |
homepage | https://github.com/typescript-tools/monorepo |
repository | https://github.com/typescript-tools/monorepo |
max_upload_size | |
id | 714126 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
The typescript-tools are an opinionated collection of utilities for working with TypeScript monorepos. Read more in the typescript-tools spec.
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.
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.
The following target triples are supported:
Install from the Nix flake or download a precompiled binary from the GitHub Releases page.