Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Oct 6, 2024
1 parent 1184e99 commit de0e873
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ NOTE: The next version will remove all 'provides' methods except the use of the

* Using three separate OS tests in `.github/workflows` and shows results of each in the `README.md` file

* A special /sbin/update-meta script to be used by mi6 as a run-before-build process to ensure the META6.json's 'resources' list matches the files in the /resources directory
* A special /sbin/update-meta script to be used by `mi6` as a run-before-build process to ensure the META6.json's 'resources' list matches the files in the </resources> directory

* Routines to enable showing and downloading files in the /resources directory

See published module Foo::Bar for an example of a module created by mi6-helper.
* A new `lint` mode to check existing module repos for possible issues including ensuring the META6.json file reflects the file names in the /resources directory

See published module `Foo::Bar` for an example of a module created by `mi6-helper`.

Special installation requirements
---------------------------------
Expand Down Expand Up @@ -184,6 +186,8 @@ The very useful Raku modules used herein:

* `File::Find` by **zef:raku-community-modules**

* `MacOS::NativeLib` by **zef:lizmat**

COPYRIGHT AND LICENSE
=====================

Expand Down
12 changes: 9 additions & 3 deletions docs/README.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,18 @@ management by C<App::Mi6> with modifications including:
=item User choice of the 'provides' text
=item C<README.md> file source removed from the base module and placed in a new C<docs/README.rakudoc> file
=item Using three separate OS tests in C<.github/workflows> and shows results of each in the C<README.md> file
=item A special /sbin/update-meta script to be used by mi6 as a run-before-build
=item A special /sbin/update-meta script to be used by C<mi6> as a run-before-build
process to ensure the META6.json's 'resources' list matches the files in the
/resources directory
</resources> directory
=item Routines to enable showing and downloading files in the /resources
directory
=item A new C<lint> mode to check existing module repos for possible issues
including ensuring the META6.json file reflects the file names in the
/resources directory

See published module C<Foo::Bar> for an example of a module created by
C<mi6-helper>.

See published module Foo::Bar for an example of a module created by mi6-helper.
=head2 Special installation requirements

The user must install and have an account with C<fez> to use this module to
Expand Down Expand Up @@ -204,6 +209,7 @@ The very useful Raku modules used herein:
=item C<File::Temp> by B<zef:rbt>
=item C<Proc::Easier> by B<zef:sdondley>
=item C<File::Find> by B<zef:raku-community-modules>
=item C<MacOS::NativeLib> by B<zef:lizmat>

=head1 COPYRIGHT AND LICENSE

Expand Down

0 comments on commit de0e873

Please sign in to comment.