Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

phoenixframework/firenest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firenest

TODO: Add description

Installation

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

  1. Add firenest to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:firenest, "~> 0.1.0"}]
end
```
  1. Ensure firenest is started before your application:
```elixir
def application do
  [applications: [:firenest]]
end
```

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/firenest.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages