Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 431 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 431 Bytes

Doordoor

Door door no mi, door ningen desu.

  • Blueno

Installation

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

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

    def deps do [{:doordoor, "~> 0.0.1"}] end

  2. Ensure doordoor is started before your application:

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