dub.init

Package skeleton initialization code.

Members

Aliases

RecipeCallback
alias RecipeCallback = void delegate(ref PackageRecipe, ref PackageFormat)
Undocumented in source.

Functions

initPackage
void initPackage(NativePath root_path, VersionRange[string] deps, string type, PackageFormat format, RecipeCallback recipe_callback)

Initializes a new package in the given directory.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig