Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 642 Bytes

File metadata and controls

21 lines (14 loc) · 642 Bytes

Biome plugin

Biome plugin for proto.

Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based .prototools by running:

Global install

proto plugin add biome "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/biome/plugin.toml" --global
proto install biome

Per-project install

proto plugin add biome "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/biome/plugin.toml"
proto pin biome latest --resolve