=begin pod =NAME App::Rakumod =AUTHOR Patrick Spek <p.spek@tyil.work> =VERSION 0.0.0 =head1 Description Easily develop Raku modules. This is the successor to L<C<App::Assixt>|https://home.tyil.nl/git/raku/App::Assixt/about/> =head1 Installation Install this module through L<zef|https://github.com/ugexe/zef>: =begin code :lang<sh> zef install App::Rakumod =end code =head1 Documentation Documentation is written as L<Pod6|https://docs.raku.org/language/pod> documents, and can be read with C<raku>'s C<--doc> option. =begin input raku --doc App::Rakumod =end input At your option, you can also use prettier readers, such as L<C<p6doc>|https://modules.raku.org/search/?q=p6doc> or L<C<App::Rakuman>|https://modules.raku.org/dist/App::Rakuman:cpan:TYIL>. =begin input p6doc App::Rakumod rakuman App::Rakumod =end input =head1 License This module is distributed under the terms of the AGPL-3.0. =end pod