Fix old dependency on since-renamed module.
Fix bugs pertaining to name metadata and CLI dispatch.
Refactor init subcommand multis to single version with default arg.
Add support for named arguments when wrapping zef test.
Add install subcommand wrapping zef install with optional force subcommand.
Refactor MAIN dispatch to allow specification of aliases.
Add support for initializing (and creating) projects given a path.
Add missing authors metadata for initialization.
Explictly target version 6.d for newly initialized modules.
Add explicit api version 0 to newly initialized projects.
Update api metadata to reflect current number of historical breaking changes.
Add test subcommand wrapping 'zef test .'
Add support for adding module dependencies.
Change CLI with add subcommand prefixing lib/bin/test subcommands.
Add support for creation of tests in module t directory.
Add support for creation of scripts in module bin directory.
Make lib module creation more robust and update META6 provides.
Make json output sort by keys.