diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-01-28 16:06:48 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-01-28 16:06:48 -0500 |
| commit | 5dadc47eb07be076a8b270458badb9d8cd7dfead (patch) | |
| tree | 69918ab33ded1e98905ebdf99c6f88f373a7a396 /apps/util/README.md | |
| parent | dde5eb52706a9ca8ee257a6cbd75e243582d0a86 (diff) | |
start elixir conversion
Diffstat (limited to 'apps/util/README.md')
| -rw-r--r-- | apps/util/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/util/README.md b/apps/util/README.md new file mode 100644 index 0000000..4b69d4c --- /dev/null +++ b/apps/util/README.md @@ -0,0 +1,21 @@ +# Thulani.Util + +**TODO: Add description** + +## Installation + +If [available in Hex](https://hex.pm/docs/publish), the package can be installed +by adding `util` to your list of dependencies in `mix.exs`: + +```elixir +def deps do + [ + {:util, "~> 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/util](https://hexdocs.pm/util). + |
