Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktonon/indebt
https://github.com/ktonon/indebt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ktonon/indebt
- Owner: ktonon
- Created: 2016-02-18T02:01:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T02:01:28.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T23:53:10.452Z (almost 2 years ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"}]
end2. Ensure indebt is started before your application:
def application do
[applications: [:indebt]]
end