ironbay / jarvis

A pluggable AI to manage all the redundant tasks in your life
1 stars 0 forks source link

Jarvis

TODO: Add description

Installation

If available in Hex, the package can be installed as:

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

    def deps do
      [{:jarvis, "~> 0.1.0"}]
    end
  2. Ensure jarvis is started before your application:

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