Skip to content

Files

Latest commit

 

History

History

staging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Staging

TODO: Add description

Installation

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

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