https://github.com/konstantinzolotarev/ex_ibus
https://github.com/konstantinzolotarev/ex_ibus
hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/konstantinzolotarev/ex_ibus
- Owner: konstantinzolotarev
- Created: 2018-01-09T15:57:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T16:47:38.000Z (over 6 years ago)
- Last Synced: 2025-04-13T14:34:33.819Z (about 2 months ago)
- Topics: hacktoberfest
- Language: Elixir
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExIbus
[](https://hex.pm/packages/ex_ibus) [](https://hex.pm/packages/ex_ibus)Ibus protocol Message/Reader for working with cars
[Documentation](https://hexdocs.pm/ex_ibus/api-reference.html) available on hex.pm
## Installation
First add `ex_ibus` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_ibus, "~> 0.1.0"}
]
end
```Then run `$ mix deps.get`.
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/ex_ibus](https://hexdocs.pm/ex_ibus).## License
```
Copyright © 2017 Konstantin ZolotarevThis work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the LICENSE file for more details.
```