https://github.com/antonmi/proc_dict
https://github.com/antonmi/proc_dict
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonmi/proc_dict
- Owner: antonmi
- Created: 2015-07-14T20:23:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T20:24:12.000Z (almost 11 years ago)
- Last Synced: 2025-01-22T08:47:17.844Z (over 1 year ago)
- Language: Elixir
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProcDict
**TODO: Add description**
## Installation
1. Add proc_dict to your list of dependencies in mix.exs:
def deps do
[{:proc_dict, "~> 0.0.1"}]
end
2. Ensure proc_dict is started before your application:
def application do
[applications: [:proc_dict]]
end