Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktonon/indebt


https://github.com/ktonon/indebt

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Indebt

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add indebt to your list of dependencies in `mix.exs`:

def deps do
[{:indebt, "~> 0.0.1"}]
end

2. Ensure indebt is started before your application:

def application do
[applications: [:indebt]]
end