button.cli.init

Members

Functions

initCommand
int initCommand(InitOptions opts, GlobalOptions globalOpts)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

gitIgnoreContents
auto gitIgnoreContents;

Contents of .gitignore

luaTemplate
auto luaTemplate;

Path to the Lua build description template.

luaTemplateContents
auto luaTemplateContents;

Contents of the BUILD.lua file.

rootTemplate
auto rootTemplate;

Path to the root build description template.

rootTemplateContents
auto rootTemplateContents;

Contents of the root build description.

Meta

License

MIT

Authors

Jason White

Description: Initializes a directory with an initial build description. This is useful to quickly get up and running when creating first creating a build description for the first time on a project.

This makes the assumption that you want to use Lua as your build description language and creates an initial BUILD.lua file for you.