Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ateliware/triplex_plug
https://github.com/ateliware/triplex_plug
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ateliware/triplex_plug
- Owner: ateliware
- Created: 2019-07-24T13:21:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T16:29:13.000Z (11 months ago)
- Last Synced: 2024-03-27T07:39:47.968Z (9 months ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TriplexPlug
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `triplex_plug` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:triplex_plug, "~> 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/triplex_plug](https://hexdocs.pm/triplex_plug).