logo

clairvoyance

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/clairvoyance.git

README.md (201B)


  1. # Clairvoyance
  2. A server monitoring software
  3. Made in Elixir because Shell is awful at doing a formatted output.
  4. ## Installation
  5. ```elixir
  6. def deps do
  7. [
  8. {:clairvoyance, "~> 0.1.0"}
  9. ]
  10. end
  11. ```