Acme-CPANModules-PortedFrom-NPM

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/PortedFrom/NPM.pm  view on Meta::CPAN

our $LIST = {
    summary => "List of modules/applications that are ported (or inspired from) NPM libraries",
    description => <<'_',

If you know of others, please drop me a message.

Keywords: JavaScript, JS, npmjs

_
    entries => [
        {
            module => 'App::AsciiChart',
            npm_module => 'asciichart',
            tags => ['cli', 'chart'],
        },
        {
            module => 'App::chalk',
            npm_module => 'chalk',
            tags => ['cli', 'color'],
        },
        {
            module => 'App::envset',
            npm_module => 'envset',
            tags => ['cli','configuration'],
        },
        {
            module => 'Inky',
            npm_module => 'inky',
            tags => ['html', 'template'],
        },
        {
            module => 'Smart::Options',
            npm_module => 'optimist',
            tags => ['html', 'template'],
        },
        {
            module => 'Is::Bot',
            npm_module => 'isbot',
            tags => ['http', 'browser', 'webbot'],
        },
        {
            module => 'Sub::Fp',
            npm_module => 'lodash',
            tags => [],
        },
        {
            module => 'Hash::Util::Pick',
            npm_module => 'lodash',
            tags => [],
        },
    ],
};

1;
# ABSTRACT: List of modules/applications that are ported (or inspired from) NPM libraries

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::PortedFrom::NPM - List of modules/applications that are ported (or inspired from) NPM libraries

=head1 VERSION

This document describes version 0.007 of Acme::CPANModules::PortedFrom::NPM (from Perl distribution Acme-CPANModules-PortedFrom-NPM), released on 2024-01-15.

=head1 DESCRIPTION

If you know of others, please drop me a message.

Keywords: JavaScript, JS, npmjs

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<App::AsciiChart>

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

=item L<App::chalk>

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

=item L<App::envset>

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

=item L<Inky>

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

=item L<Smart::Options>

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

=item L<Is::Bot>

=item L<Sub::Fp>

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

=item L<Hash::Util::Pick>

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

=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?



( run in 1.880 second using v1.01-cache-2.11-cpan-df04353d9ac )