# dtsroll を Homebrew でインストール

dtsroll のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dtsroll
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dtsroll
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:dtsroll
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/dtsroll>
- **バージョン:** 1.8.2
- **ソース概要:** CLI tool for bundling TypeScript declaration files
- **ホームページ:** <https://github.com/privatenumber/dtsroll>
- **リポジトリ:** <https://github.com/privatenumber/dtsroll>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://registry.npmjs.org/dtsroll/-/dtsroll-1.8.2.tgz>
- **最終更新:** 2026-05-04T21:07:18Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- dtsroll (cli)
- dtsroll (エイリアス)

## 依存関係

- node

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.8.2
- マネージャ更新日: 2026-05-04
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/privatenumber/dtsroll
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

dtsroll is a TypeScript declaration-file bundler aimed at package authors. It runs after `tsc` emits `.d.ts` files and bundles declaration dependencies so published package types work for downstream consumers.

### プロジェクトの歴史

The public repository and npm package appeared in January 2025. The README frames the project around a common TypeScript publishing failure: emitted declarations can preserve imports from private or development-only packages, leaving consumers with unresolved type references.

### 採用の歴史

dtsroll is early-stage but already has both npm and Homebrew distribution. Its npm registry metadata shows releases after the initial 2025 publication, and the Homebrew formula distributes the CLI from the npm tarball.

### 使われ方

The default workflow is to run `dtsroll` after `tsc`. With no explicit entries, it reads `package.json`, finds declaration entry points from `types` or `exports`, bundles devDependency type imports into the emitted declarations, and leaves runtime dependencies external.

### パッケージ好きにとっての重要性

dtsroll is package-nerd bait because it exists to fix packaging metadata fallout: `.d.ts` files are part of the package interface, and bad declaration imports break consumers even when runtime JavaScript is fine. It sits near tools such as `pkgroll` and `unplugin-dts` in the TypeScript library-publishing toolchain.

### タイムライン

- 2025: Public privatenumber/dtsroll repository created.
- 2025: npm registry records initial dtsroll publication.
- 2025-2026: Homebrew formula distributes the CLI from npm release tarballs.

### Related projects

- The README explicitly lists `pkgroll` as a related zero-config JavaScript and DTS bundler and documents integration with `unplugin-dts` for Vite builds.

### ソース

- <https://github.com/privatenumber/dtsroll>
- <https://github.com/privatenumber/dtsroll#readme>
- <https://registry.npmjs.org/dtsroll>
- <https://formulae.brew.sh/api/formula/dtsroll.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** dtsroll
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://pkg.so/ja/brew/node/) - Runtime dependency declared by Homebrew.
- [json2ts](https://pkg.so/ja/brew/json2ts/) - Shares pkgdb curated category or tags: cli, developer-tools, typescript.
- [esbuild](https://pkg.so/ja/brew/esbuild/) - Shares pkgdb curated category or tags: bundler, cli, developer-tools, typescript.
- [prettier](https://pkg.so/ja/brew/prettier/) - Shares pkgdb curated category or tags: cli, developer-tools, typescript.
- [vite](https://pkg.so/ja/brew/vite/) - Shares pkgdb curated category or tags: cli, developer-tools, typescript.
- [nx](https://pkg.so/ja/brew/nx/) - Shares pkgdb curated category or tags: cli, developer-tools, typescript.
- [typescript-language-server](https://pkg.so/ja/brew/typescript-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, typescript.
- [sf](https://pkg.so/ja/brew/sf/) - Shares pkgdb curated category or tags: cli, developer-tools, typescript.
- [webpack](https://pkg.so/ja/brew/webpack/) - Shares pkgdb curated category or tags: bundler, cli, developer-tools.
- [dts-bundle](https://pkg.so/ja/npm/dts-bundle/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, dts, files.
- [dets](https://pkg.so/ja/npm/dets/) - Local package facts share a topical domain. Shared terms: bundler, cli, declaration, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/dtsroll.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dtsroll.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
