feat(agent): otp app scaffold with slipstream + toml deps
This commit is contained in:
parent
9e55eae6a1
commit
70923eebfa
9 changed files with 140 additions and 0 deletions
21
agent/README.md
Normal file
21
agent/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# ProxmoxAgent
|
||||
|
||||
**TODO: Add description**
|
||||
|
||||
## Installation
|
||||
|
||||
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
|
||||
by adding `agent` to your list of dependencies in `mix.exs`:
|
||||
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:agent, "~> 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/agent>.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue