CLI::Ecosystem
NAME
CLI::Ecosystem - RakuĀ® Programming Language Ecosystem Inspector
SYNOPSIS
$ ecosystem dis Foo --verbose
Distributions that match Foo and their frequency
--------------------------------------------------------------------------------
App::Football (6x)
Foo (3x)
WebService::FootballData (5x)
DESCRIPTION
CLI::Ecosystem installs the ecosystem
CLI script that allows introspection of Raku Programming Language's Ecosystem Content Storage.
Named arguments that are always available:
--ecosystem the Ecosystem Content Storage to be used.
rea | fez | p6c | cpan, default: rea
--verbose boolean, show extended information, default: False
Named arguments that are available in search and informational queries:
--ver the :ver<> value to use, default: none
--auth the :auth<> value to use, default: none
--api the :api<> value to use, default: 0
--from the :from<> value to use, default: Raku
Search queries (also looks in description):
us use-target <string> use targets for optional string
di distro <string> distribution names for optional string
i identity <string> identities for optional string
Informational queries:
de dependencies string dependencies for given string
re reverse-dependencies string reverse dependencies for given string
m meta string key(s) META information for given string
Other queries:
ri river <--top> most referenced modules
unr unresolvable <--from> unresolvable dependencies, include <:from>?
unv unversioned distributions without valid version
All subcommands can be shortened as long as they are unique.
AUTHOR
Elizabeth Mattijsen [email protected]
Source can be located at: https://github.com/lizmat/CLI-Ecosystem . Comments and Pull Requests are welcome.
If you like this module, or what Iām doing more generally, committing to a small sponsorship would mean a great deal to me!
COPYRIGHT AND LICENSE
Copyright 2022 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.