Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 678 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 678 Bytes

Minify CLI plugin

Minify CLI 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 minify "source:https://raw.githubusercontent.com/z0rrn/proto-plugins/main/minify/plugin.toml" --global
proto install minify

Per-project install

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