https://github.com/niku/mihari
A generic watcher built on a top of ErlangVM
https://github.com/niku/mihari
Last synced: about 1 month ago
JSON representation
A generic watcher built on a top of ErlangVM
- Host: GitHub
- URL: https://github.com/niku/mihari
- Owner: niku
- License: mit
- Created: 2016-02-11T11:11:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T12:21:03.000Z (over 10 years ago)
- Last Synced: 2025-01-12T16:41:31.550Z (over 1 year ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mihari
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add mihari to your list of dependencies in `mix.exs`:
def deps do
[{:mihari, "~> 0.0.1"}]
end
2. Ensure mihari is started before your application:
def application do
[applications: [:mihari]]
end