https://github.com/coreos/butane
Butane translates human-readable Butane Configs into machine-readable Ignition Configs.
https://github.com/coreos/butane
Last synced: 4 months ago
JSON representation
Butane translates human-readable Butane Configs into machine-readable Ignition Configs.
- Host: GitHub
- URL: https://github.com/coreos/butane
- Owner: coreos
- License: apache-2.0
- Created: 2019-04-26T22:48:04.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T18:53:22.000Z (about 1 year ago)
- Last Synced: 2025-05-13T19:54:32.432Z (about 1 year ago)
- Language: Go
- Homepage: https://coreos.github.io/butane/
- Size: 1.77 MB
- Stars: 275
- Watchers: 15
- Forks: 72
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# Butane
Butane (formerly the Fedora CoreOS Config Transpiler, FCCT) translates human readable Butane Configs
into machine readable [Ignition](https://github.com/coreos/ignition) Configs. See the [getting
started](docs/getting-started.md) guide for how to use Butane and the [configuration
specifications](docs/specs.md) for everything Butane configs support.
For information on developing Butane, using it as a library, or understanding how the binaries released
in this repository are built, see the [development docs](docs/development.md).