Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windfarer/elixir_helloworld
https://github.com/windfarer/elixir_helloworld
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/windfarer/elixir_helloworld
- Owner: Windfarer
- Created: 2017-09-26T10:44:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T10:45:25.000Z (over 7 years ago)
- Last Synced: 2024-12-16T02:57:31.770Z (18 days 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
# ElixirHelloworld
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_helloworld` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:elixir_helloworld, "~> 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/elixir_helloworld](https://hexdocs.pm/elixir_helloworld).