hunterboerner / gen_stage_playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenStagePlayground

TODO: Add description

Installation

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

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

About


Languages

Language:Elixir 100.0%