Dub.convertRecipe

Converts the package recipe of the loaded root package to the given format.

class Dub
void
convertRecipe
(,
bool print_only = false
)

Parameters

destination_file_ext string

The file extension matching the desired format. Possible values are "json" or "sdl".

print_only bool

Print the converted recipe instead of writing to disk

Meta