# minijinja-cli を Homebrew, apk でインストール

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

## インストール

```sh
sudo av install brew:minijinja-cli
```

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

### macOS

- Homebrew (100%):

```sh
brew install minijinja-cli
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add minijinja-cli
```

  証拠: Alpine Linux edge package indexes: minijinja-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

## パッケージ情報

- **パッケージキー:** brew:minijinja-cli
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/minijinja-cli>
- **バージョン:** 2.22.0
- **ソース概要:** Render Jinja2 templates directly from the command-line to stdout
- **ホームページ:** <https://docs.rs/minijinja/latest/minijinja/>
- **リポジトリ:** <https://github.com/mitsuhiko/minijinja>
- **上流ドキュメント:** <https://docs.rs/minijinja/latest/minijinja/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/mitsuhiko/minijinja/archive/refs/tags/2.21.0.tar.gz>
- **最終更新:** 2026-08-04T14:59:26Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- rust

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.22.0
- マネージャ更新日: 2026-08-04
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/mitsuhiko/minijinja
- 検出された最新: 2.21.0 (最新)
## プロジェクトの歴史と使われ方

MiniJinja is Armin Ronacher's Rust reimplementation of the Jinja2 template language he originally created for Python. Ronacher described the project as emerging from an infrastructure-automation experiment where Rust needed dynamically loaded Jinja-style templates without the heavier dependency profile or compile-time model of alternatives such as Askama. The library deliberately follows Jinja2 syntax and behavior so existing templates, editor integrations, and mental models remain useful in Rust programs.

### 使われ方

The CLI packages that engine as a small command-line renderer: templates can be read from files or standard input, data can be supplied on the command line, and rendered output is written to stdout. In package-manager terms, minijinja-cli is the executable companion to the minijinja crate rather than a separate templating ecosystem. Its niche is scripting, config generation, release automation, and other places where users want Jinja-compatible text generation without embedding Python.

### ソース

- <https://crates.io/crates/minijinja-cli>
- <https://docs.rs/crate/minijinja-cli/latest>
- <https://github.com/mitsuhiko/minijinja>
- <https://lucumr.pocoo.org/2024/8/27/minijinja/>


## セキュリティノート

minijinja-cli に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


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

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

## 他のパッケージマネージャ記録

- apk - minijinja-cli - 2.21.0-r0: normalized package name match | Alpine Linux edge package indexes: minijinja-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI using MiniJinja to render Jinja2 templates from the command line to stdout | https://docs.rs/minijinja/latest/minijinja/
- apk - minijinja-cli-bash-completion - 2.21.0-r0: normalized package name match | Alpine Linux edge package indexes: minijinja-cli-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for minijinja-cli | https://docs.rs/minijinja/latest/minijinja/
- apk - minijinja-cli-doc - 2.21.0-r0: normalized package name match | Alpine Linux edge package indexes: minijinja-cli-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI using MiniJinja to render Jinja2 templates from the command line to stdout (documentation) | https://docs.rs/minijinja/latest/minijinja/
- apk - minijinja-cli-fish-completion - 2.21.0-r0: normalized package name match | Alpine Linux edge package indexes: minijinja-cli-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for minijinja-cli | https://docs.rs/minijinja/latest/minijinja/
- apk - minijinja-cli-zsh-completion - 2.21.0-r0: normalized package name match | Alpine Linux edge package indexes: minijinja-cli-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for minijinja-cli | https://docs.rs/minijinja/latest/minijinja/
- apk - py3-minijinja - 2.21.0-r0: normalized package name match | Alpine Linux edge package indexes: py3-minijinja from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Python bindings for MiniJinja, a template engine compatible with Jinja/Jinja2 | https://docs.rs/minijinja/latest/minijinja/
- apk - py3-minijinja-pyc - 2.21.0-r0: normalized package name match | Alpine Linux edge package indexes: py3-minijinja-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for py3-minijinja | https://docs.rs/minijinja/latest/minijinja/


## 関連リンク

- [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.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [ctemplate](https://pkg.so/ja/brew/ctemplate/) - Shares pkgdb curated category or tags: cli, developer-tools, templating.
- [clpbar](https://pkg.so/ja/brew/clpbar/) - Shares pkgdb curated category or tags: cli, command-line-tools, developer-tools.
- [uv](https://pkg.so/ja/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [ripgrep](https://pkg.so/ja/brew/ripgrep/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [starship](https://pkg.so/ja/brew/starship/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [zoxide](https://pkg.so/ja/brew/zoxide/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [ruff](https://pkg.so/ja/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [uutils-findutils](https://pkg.so/ja/brew/uutils-findutils/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [nunjucks](https://pkg.so/ja/npm/nunjucks/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, jinja, jinja2.
- [languagetool-rust](https://pkg.so/ja/brew/languagetool-rust/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, rust.
- [sarif-fmt](https://pkg.so/ja/brew/sarif-fmt/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, rust.

## Combined YAML source

View the package source record on GitHub. [combined/minijinja-cli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/minijinja-cli.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
- external package-manager database matches
- cross-ecosystem install command graph
