Acme-CPANModules-WorkingWithTree

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/WorkingWithTree.pm  view on Meta::CPAN

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Tree::Create::Size> - Create a tree object of certain size

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Tree::From::FS>

=item * L<Data::Random::Tree> - Create a random tree

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Tree::To::Text> - Show a tree object structure as text

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Tree::To::TextLines> - Render a tree object as indented text lines

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Text::Tree::Indented> - render a tree data structure in the classic indented view

Author: L<NEILB|https://metacpan.org/author/NEILB>

=item * L<Tree::To::FS> - Create a directory structure using tree object

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Tree::Shell> - Navigate and manipulate in-memory tree objects using a CLI shell

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Role::TinyCommons::Tree::Node> - Role for a tree node object

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Role::TinyCommons::Tree::NodeMethods> - Role that provides tree node methods

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Org::Parser> - Parse Org documents

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Org::Parser::Tiny> - Parse Org documents with as little code (and no non-core deps) as possible

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Tree::Dump> - Dump a tree object

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Data::CSel> - Select tree node objects using CSS Selector-like syntax

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::htmlsel> - Select HTML::Element nodes using CSel syntax

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::jsonsel> - Select JSON elements using CSel (CSS-selector-like) syntax

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::orgsel> - Select Org document elements using CSel (CSS-selector-like) syntax

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::podsel> - Select Pod::Elemental nodes using CSel syntax

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::ppisel> - Select PPI::Element nodes using CSel syntax

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::yamlsel> - Select YAML elements using CSel (CSS-selector-like) syntax

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::CSelUtils> - Utilities related to Data::CSel

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?

An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.

=head2 What are ways to use this Acme::CPANModules module?

Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):

 % cpanm-cpanmodules -n WorkingWithTree

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):

    % cpanmodules ls-entries WorkingWithTree | cpanm -n

or L<Acme::CM::Get>:

    % perl -MAcme::CM::Get=WorkingWithTree -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

or directly:

    % perl -MAcme::CPANModules::WorkingWithTree -E'say $_->{module} for @{ $Acme::CPANModules::WorkingWithTree::LIST->{entries} }' | cpanm -n

This Acme::CPANModules module also helps L<lcpan> produce a more meaningful
result for C<lcpan related-mods> command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module.
See L<App::lcpan::Cmd::related_mods> for more details on how "related modules"
are found.

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModules-WorkingWithTree>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-WorkingWithTree>.

=head1 SEE ALSO

L<Acme::CPANModules> - about the Acme::CPANModules namespace

L<cpanmodules> - CLI tool to let you browse/view the lists

=head1 AUTHOR



( run in 0.801 second using v1.01-cache-2.11-cpan-39bf76dae61 )