https://github.com/codedge-llc/dig
Detect cyclical dependencies in your Elixir projects
https://github.com/codedge-llc/dig
Last synced: 12 months ago
JSON representation
Detect cyclical dependencies in your Elixir projects
- Host: GitHub
- URL: https://github.com/codedge-llc/dig
- Owner: codedge-llc
- License: mit
- Created: 2017-03-22T22:40:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T22:42:02.000Z (about 9 years ago)
- Last Synced: 2025-01-29T20:48:19.362Z (about 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dig
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dig` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:dig, "~> 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/dig](https://hexdocs.pm/dig).