Acme-CPANModules-WorkingWithTree

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

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

    *   Tree::From::FS

    *   Data::Random::Tree - Create a random tree

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

    *   Tree::To::Text - Show a tree object structure as text

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

    *   Tree::To::TextLines - Render a tree object as indented text lines

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

    *   Text::Tree::Indented - render a tree data structure in the classic
        indented view

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

    *   Tree::To::FS - Create a directory structure using tree object

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

    *   Tree::Shell - Navigate and manipulate in-memory tree objects using a
        CLI shell

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

    *   Role::TinyCommons::Tree::Node - Role for a tree node object

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

    *   Role::TinyCommons::Tree::NodeMethods - Role that provides tree node
        methods

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

    *   Org::Parser - Parse Org documents

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

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

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

    *   Tree::Dump - Dump a tree object

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

    *   Data::CSel - Select tree node objects using CSS Selector-like syntax

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

    *   App::htmlsel - Select HTML::Element nodes using CSel syntax

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

    *   App::jsonsel - Select JSON elements using CSel (CSS-selector-like)
        syntax

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

    *   App::orgsel - Select Org document elements using CSel
        (CSS-selector-like) syntax

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

    *   App::podsel - Select Pod::Elemental nodes using CSel syntax

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

    *   App::ppisel - Select PPI::Element nodes using CSel syntax

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

    *   App::yamlsel - Select YAML elements using CSel (CSS-selector-like)
        syntax

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

    *   App::CSelUtils - Utilities related to Data::CSel

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

FAQ
  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 Acme::CPANModules for more
    details.

  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 cpanm-cpanmodules
    script (from App::cpanm::cpanmodules distribution):

     % cpanm-cpanmodules -n WorkingWithTree

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

        % cpanmodules ls-entries WorkingWithTree | cpanm -n

    or 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 lcpan produce a more meaningful
    result for "lcpan related-mods" command when it comes to finding related
    modules for the modules listed in this Acme::CPANModules module. See
    App::lcpan::Cmd::related_mods for more details on how "related modules"
    are found.

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

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

SEE ALSO
    Acme::CPANModules - about the Acme::CPANModules namespace

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

AUTHOR
    perlancar <perlancar@cpan.org>

CONTRIBUTING
    To contribute, you can send patches by email/via RT, or send pull
    requests on GitHub.



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