skaji / mi6

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

Scaffolding - bundled and user-defined skeletons #165

Open jaguart opened 1 year ago

jaguart commented 1 year ago

Please consider this pull request as only a suggestion - I have added two simple scaffolding options:

  1. --scaffold=~/.my-raku-scaffolding/ - mi6 will use files in this directory to scaffold, if they are present: Changes dist module test license gitignore workflow
  2. --scaffold=MIT - mi6 will scaffold using the files in resources/MIT - I have just made one example with the MIT license.

I have only created one simple test, and have not verified it on Windows. If you would like any changes, I am happy to assist where I can. My Raku is only a few months old.

If you would prefer to delete this pull request - that is fine too, I appreciate that you may have your own plans. In any case, thank you for mi6 - it helps me a lot.