reggae.buildgen

Undocumented in source.

Members

Functions

generateBuild
void generateBuild(Build build)
Undocumented in source. Be warned that the author may not have intended to support it.
generateBuildFor
void generateBuildFor()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

BuildGenMain
mixintemplate BuildGenMain(string buildModule = "reggaefile")
Undocumented in source.
buildGen
mixintemplate buildGen(string buildModule, targets...)

Creates a build generator out of a module and a list of top-level targets. This will define a function with the signature Build buildFunc() in the calling module and a main entry point function for a command-line executable.

Meta