Open salkinium opened 6 years ago
I think lbuild new -m "repo:module:submodule"
should then also create a submodule.lb
and submodule.md
with the correct init(module)
function that sets module.name
to submodule
and module.parent
to module
and module.description
to FileReader(submodule.md)
.
I would like to have a
lbuild new
command, which just generates aproject.xml
which contains a verbosely commented default project configuration.Something like:
cc @dergraaf