Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briandfoy/rakupowertools
The Perl Power Tools, but in Raku
https://github.com/briandfoy/rakupowertools
powertools raku rakulang
Last synced: about 1 month ago
JSON representation
The Perl Power Tools, but in Raku
- Host: GitHub
- URL: https://github.com/briandfoy/rakupowertools
- Owner: briandfoy
- License: other
- Created: 2017-01-09T02:41:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T21:30:12.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:42:00.187Z (about 1 month ago)
- Topics: powertools, raku, rakulang
- Language: Raku
- Homepage:
- Size: 28.3 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
=pod
=encoding utf8
=head1 The RakuPowerTools module
This is the I for the L Perl module. This
distribution provides pure-Perl6 implementations of popular Unix tools
aimed at the less fortunate systems that don't come with them. This
was inspired by the PerlPowerTools project (http://www.perlpowertools.com)
from Tom Christiansen, who did the same thing with Perl 5.This is mostly just for giggles now. The PerlPowerTools brought familiar Unix
utilities to Windows, but with the Windows Subsystem for Linux (or Docker, or
whatever), you don't really need this stuff anymore.=head2 Source location
The source is in GitHub:
=over 4
=item * L
=back
If you find a problem, file a ticket in the L:
=over 4
=item * L
=back
=head2 Getting help
Although I'm happy to hear from module users in private email,
that's the best way for me to forget to do something.Besides the issue trackers, you can find help at
L, both of which have many
competent Raku-ers who can answer your question, almost in real time.
They might not know the particulars of this module, but they can help
you diagnose your problem.=head2 Copyright and License
You should have received a I file, but the license is also noted
in the module files. About the only thing you can't do is pretend that
you wrote code that you didn't.=head2 Good luck!
Enjoy,
brian d foy, [email protected]
=cut