https://github.com/elcritch/toolchain_extras
https://github.com/elcritch/toolchain_extras
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elcritch/toolchain_extras
- Owner: elcritch
- License: apache-2.0
- Created: 2018-02-25T05:41:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T19:53:11.000Z (about 7 years ago)
- Last Synced: 2025-07-12T16:42:31.867Z (3 months ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToolchainExtras
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `toolchain_extras` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:toolchain_extras, "~> 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/toolchain_extras](https://hexdocs.pm/toolchain_extras).