https://github.com/dev800/mbcs_util
https://github.com/dev800/mbcs_util
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev800/mbcs_util
- Owner: dev800
- Created: 2019-06-11T09:39:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T09:39:52.000Z (about 7 years ago)
- Last Synced: 2025-10-21T16:05:46.287Z (8 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MbcsUtil
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mbcs_util` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mbcs_util, "~> 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/mbcs_util](https://hexdocs.pm/mbcs_util).