https://github.com/mgwidmann/genstage_playground
https://github.com/mgwidmann/genstage_playground
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgwidmann/genstage_playground
- Owner: mgwidmann
- Created: 2017-03-17T15:54:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T16:25:17.000Z (over 9 years ago)
- Last Synced: 2025-05-24T22:35:50.323Z (about 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenstagePlayground
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `genstage_playground` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:genstage_playground, "~> 0.1.0"}]
end
```
2. Ensure `genstage_playground` is started before your application:
```elixir
def application do
[applications: [:genstage_playground]]
end
```