https://github.com/valiot/ty_loader
Elixir wrapper for "teensy_loader_cli" (Command line Teensy Loader).
https://github.com/valiot/ty_loader
Last synced: 4 months ago
JSON representation
Elixir wrapper for "teensy_loader_cli" (Command line Teensy Loader).
- Host: GitHub
- URL: https://github.com/valiot/ty_loader
- Owner: valiot
- Created: 2020-07-28T21:31:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T21:50:39.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T18:04:42.188Z (4 months ago)
- Language: Elixir
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TyLoader
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ty_loader` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:ty_loader, "~> 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/ty_loader](https://hexdocs.pm/ty_loader).