headroom-0.2.2.1: License Header Manager
Copyright(c) 2019-2020 Vaclav Svejcar
LicenseBSD-3-Clause
Maintainervaclav.svejcar@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Headroom.Command.Gen

Description

The gen command is responsible for generating various files requied by Headroom, such as YAML configuration stubs or Mustache license templates. Run Headroom using the headroom gen --help to see available options.

Synopsis

Documentation

commandGen Source #

Arguments

:: CommandGenOptions

Generator command options

-> IO ()

execution result

Handler for Generator command.

parseGenMode Source #

Arguments

:: MonadThrow m 
=> Command

command from which to parse the GenMode

-> m GenMode

parsed GenMode

Parses GenMode from combination of options from given Command.