Installation

CLI

curl -fsSL https://tombi-toml.github.io/tombi/install.sh | sh

Install a specific version:

curl -fsSL https://tombi-toml.github.io/tombi/install.sh | sh -s -- --version 0.2.24

Python

Quick Try

uvx tombi

Project Installation

uv add --dev tombi

Global Installation

uv tool install tombi

JavaScript

Quick Try

npx tombi

Project Installation

npm install --save-dev tombi

Global Installation

npm install -g tombi

VSCode/Cursor

Open VSX

Zed

Neovim

Emacs

GitHub Actions