An introduction to App::ModuleBuildTiny part 2: authoring
Now that we have set up our mbtiny configuration in the previous post, we can actually use it.
Minting a new distribution
Minting a distribution is trivial once you’ve completed the setup. It’s typically just a matter of calling mbtiny mint Foo::Bar. If needed you can override the global configuration at minting time (e.g. mbtiny mint Foo::Bar --license BSD).
Converting an existing distribution
You can also convert an existing distribution to App::ModuleBuildTiny. In most cases that requires just two things: