owncloud / flaex

:muscle: Flagset Extractor

Home Page:https://owncloud.github.io/flaex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flaex

Build Status

Extract flags from the ocis project-components to create documentation.

Build

Run the build target from the Makefile: make build.

Usage

Running ./bin/flaex -help shows information on how to use flaex. Flaex writes to standard output. Feel free to redirect the content into a file.

Example

Please consider the following command as an example: ./bin/flaex -template=templates/CONFIGURATION.tmpl -command-path=../ocis-konnectd/pkg/command/ -flagset-path=../ocis-konnectd/pkg/flagset/ > ../ocis-konnectd/docs/configuration.md

About

:muscle: Flagset Extractor

https://owncloud.github.io/flaex/

License:Apache License 2.0


Languages

Language:Go 67.1%Language:Makefile 32.9%