https://github.com/konojunya/elixir-mix-sample
[CODE SANDBOX] mixを試す
https://github.com/konojunya/elixir-mix-sample
elixir fizzbuzz mix
Last synced: about 1 year ago
JSON representation
[CODE SANDBOX] mixを試す
- Host: GitHub
- URL: https://github.com/konojunya/elixir-mix-sample
- Owner: konojunya
- License: mit
- Created: 2018-06-26T02:20:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T02:29:26.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T04:13:02.721Z (about 1 year ago)
- Topics: elixir, fizzbuzz, mix
- Language: Elixir
- Size: 991 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fizzbuzz
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fizzbuzz` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fizzbuzz, "~> 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/fizzbuzz](https://hexdocs.pm/fizzbuzz).