oink/README.md

406 B

oink 🐷

A configuration file preprocessor written in Rust.

Usage


#	process config files
oink build
#	apply processed configs
oink apply

#	build and apply
oink full

Libraries

  • pico-args — argument parsing
  • tera — template replacement
  • toml — configuration parsing