Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tombi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tombi
🦅 Rust binary installer for tombi TOML toolkit
Overview
This package provides a way to install the Rust-built tombi binary through npm. The appropriate binary for your platform is automatically downloaded during installation.
Installation
npm install -g tombiAfter installation, the tombi command becomes available globally.
Usage
Format
Format TOML files:
tombi format path/to/file.tomlUse the -i option to edit files in place:
tombi format -i path/to/file.tomlLint
Lint TOML files:
tombi lint path/to/file.tomlUse the --fix option to automatically fix issues when possible:
tombi lint --fix path/to/file.tomlSupported Platforms
- macOS (x86_64, aarch64)
- Linux (x86_64)
- Windows (x86_64)