https://github.com/code-shoily/for_humans
data |> humanize
https://github.com/code-shoily/for_humans
Last synced: 7 months ago
JSON representation
data |> humanize
- Host: GitHub
- URL: https://github.com/code-shoily/for_humans
- Owner: code-shoily
- Created: 2018-02-13T06:27:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T06:28:17.000Z (over 8 years ago)
- Last Synced: 2024-12-29T02:31:38.114Z (over 1 year ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ForHumans
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `for_humans` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:for_humans, "~> 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/for_humans](https://hexdocs.pm/for_humans).