Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.06 KB

README.md

File metadata and controls

55 lines (34 loc) · 2.06 KB

GitHub Actions CI Status GitHub Actions CodeQL Status Codebeat badge

InstallationUsageCI StatusContributingLicense


knfgen is utility for generating Go const code for KNF configuration files.

Installation

From source

To build the knfgen from scratch, make sure you have a working Go 1.21+ workspace (instructions), then:

go install github.com/essentialkaos/knfgen@latest

Prebuilt binaries

You can download prebuilt binaries for Linux and macOS from EK Apps Repository.

To install the latest prebuilt version of knfgen, do:

bash <(curl -fsSL https://apps.kaos.st/get) knfgen

Usage

CI Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0