API Reference NpmDeps v0.3.2
modules
Modules
a-tool-to-help-you-manage-your-npm-dependencies-in-elixir-projects-without-the-need-of-node-js-or-npm-in-your-environment
A tool to help you manage your NPM dependencies in Elixir projects without the need of Node.js or NPM in your environment.
setup
Setup
The package can be installed by adding npm_deps
to your list of dependencies in mix.exs
. And you should also add the npm_deps
to your project/0
, pointing to a list with your desired NPM dependencies.
This module is responsible for downloading the NPM packages.
mix-tasks
Mix Tasks
Fetches the NPM dependencies listed in the mix.exs file