dtsroll
« Back to VersTracker
Description:
CLI tool for bundling TypeScript declaration files
Type: Formula  |  Latest Version: 1.4.1@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: typescript declaration bundler cli developer-tools
Install: brew install dtsroll
About:
dtsroll is a CLI tool designed to bundle multiple TypeScript declaration files into a single .d.ts file. It resolves internal references and imports, making it ideal for distributing type definitions in libraries. This simplifies consumption for end-users who only need to reference one file.
Key Features:
  • Bundles multiple declaration files into one
  • Resolves internal type references and imports
  • Zero configuration required
  • Fast and lightweight
Use Cases:
  • Preparing type definitions for npm package distribution
  • Consolidating types generated by various build tools
  • Creating a single type entry point for library consumers
Alternatives:
  • api-extractor – More comprehensive but requires complex configuration and is heavier
  • tsc – Can generate declaration files but does not bundle them into a single file
Version History
Detected Version Rev Change Commit
Sep 13, 2025 4:24pm 0 VERSION_BUMP 20ff2898