skaji / mi6

minimal authoring tool for Raku
https://raku.land/zef:skaji/App::Mi6
Artistic License 2.0
54 stars 18 forks source link

Make option "--zef" the default for newly created modules #151

Closed tbrowder closed 2 years ago

tbrowder commented 2 years ago

The community is trying to get all Raku modules to be published in the Zef ecosystem. This module should make "--zef" the default for newly created modules. There should be no concern about deprecation.

skaji commented 2 years ago

Yeah, that's the plan.

tbrowder commented 2 years ago

Or, maybe better for backward compatibility, require the user specify either '--zef' or '--cpan' with option 'new'.