NAME
Dist::Zilla::App::Command::lsplugins - Show all dzil plugins on your system, with descriptions
VERSION
version 0.003001
SYNOPSIS
dzil lsplugins # see a list of all plugins on your system
dzil lsplugins --version # with versions!
dzil lsplugins --sort # sort them!
dzil lsplugins --abstract # show their ABSTRACTs!
dzil lsplugins --with=-FilePruner # show only file pruners
dzil lsplugins --roles=dzil # show all the dzil related role data!
METHODS
opt_spec
Supported parameters:
--sortSorting.
--no-sortNo Sorting ( Default )
--versionsVersions
--no-versionsNo Versions ( Default )
--abstractShow abstracts
--no-abstractDon't show abstracts ( Default )
--roles=allShow all roles, un-abbreviated.
--roles=dzil-fullShow only
dzilroles, un-abbreviated.--roles=dzilShow only
dzilroles, abbreviated.--with=$ROLENAMEShow only plugins that
does($rolename)( A - prefix will be expanded to
Dist::Zilla::Role::for convenience )
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.