amruth
v1.0.13
Published
CLI to install exlixir dependencies
Downloads
25
Readme
Amruth
CLI to install elixir dependencies with ease
Installation:
// For Node JS
npm install -g amruth@latest
// For Deno
deno install -g jsr:@jobin/amruth --allow-env --allow-read --allow-write --allow-net --allow-run
Usage
amruth <command> <options>
Commands
amruth install pow
| Node | Deno | |---|---| | | |
You can use ⬆️ ⬇️ keys to iterate the result and use Space to select, enter to finalize
Existing packages are displayed as disabled to avoid duplicate dependencies
being listed in the mix.exs
file
If a new version is available, then the option to upgrade it is also shown
After adding the dependency to mix.exs
file, the following commands are also
run in succession
mix format
mix deps.get