Skip to content

Utility for generating Go code for KNF configuration files

License

Notifications You must be signed in to change notification settings

essentialkaos/knfgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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