https://github.com/wojtekmach/mix_deps_add
https://github.com/wojtekmach/mix_deps_add
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wojtekmach/mix_deps_add
- Owner: wojtekmach
- Created: 2020-09-16T21:54:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T21:54:49.000Z (about 5 years ago)
- Last Synced: 2025-03-06T17:53:49.209Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MixDepsAdd
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mix_deps_add` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:mix_deps_add, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/mix_deps_add](https://hexdocs.pm/mix_deps_add).