Skip to content

Latest commit

 

History

History

turtles_and_frogs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TurtlesAndFrogs

TODO: Add description

Installation

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

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

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

  2. Ensure turtles_and_frogs is started before your application:

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