https://github.com/tensor-programming/skynet_example
https://github.com/tensor-programming/skynet_example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/skynet_example
- Owner: tensor-programming
- Created: 2020-05-14T07:14:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T07:30:22.000Z (about 6 years ago)
- Last Synced: 2024-12-16T19:04:01.942Z (over 1 year ago)
- Language: Elixir
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skynet
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `skynet` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:skynet, "~> 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/skynet](https://hexdocs.pm/skynet).