๐Ÿ“ฆ hshoff / portal

getting started with elixir

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/hshoff/portal.git
HTTPS git clone https://github.com/hshoff/portal.git
SSH git clone git@github.com:hshoff/portal.git
CLI gh repo clone hshoff/portal
Harrison Shoff Harrison Shoff [portal] add Portal, Door, supervisor 6faab69 10 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ _build
๐Ÿ“ config
๐Ÿ“ lib
๐Ÿ“ test
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ mix.exs
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Portal

TODO: Add description

Installation

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

  • Add portal to your list of dependencies in mix.exs:
def deps do [{:portal, "~> 0.0.1"}] end

  • Ensure portal is started before your application:
def application do [applications: [:portal]] end