Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.49 KB

proto-toml-plugins

TOML plugins for moonrepo/proto

About

Just a small collection of TOML plugins for the moonrepo/proto tool. See the Moonrepo Plugins pages for more information about how to create your own TOML/WASM plugins.

Installation Methods

The plugins can be installed via proto itself. Assuming you wanted to install the latest available gojq:

proto add-plugin gojq "source:https://raw.githubusercontent.com/stk0vrfl0w/proto-toml-plugins/main/plugins/gojq.toml"
proto install gojq

Refer to https://moonrepo.dev/docs/proto/tools#third-party for more information.

Available plugins in this repo