https://github.com/iggredible/genserver-study
More study on GenServer
https://github.com/iggredible/genserver-study
Last synced: 4 months ago
JSON representation
More study on GenServer
- Host: GitHub
- URL: https://github.com/iggredible/genserver-study
- Owner: iggredible
- Created: 2018-04-11T13:01:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T13:02:15.000Z (about 7 years ago)
- Last Synced: 2025-01-07T06:43:26.978Z (5 months ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stack
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `stack` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:stack, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/stack](https://hexdocs.pm/stack).