JavaScript tooling
webpack
- a bit like
Dist::Zilla
- You also want to install libraries from
npm
, Node.js Package Manager
- a bit like CPAN, but run by a company on a central service
npm
and yarn
are two clients to manage your deps and install them
- a bit like
cpan
, cpanm
or cpm