https://github.com/burntcaramel/lofi-elixir
Lofi parser for Elixir
https://github.com/burntcaramel/lofi-elixir
content elixir lofi markup parser
Last synced: 7 months ago
JSON representation
Lofi parser for Elixir
- Host: GitHub
- URL: https://github.com/burntcaramel/lofi-elixir
- Owner: BurntCaramel
- Created: 2017-05-17T12:54:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T06:09:21.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T02:55:19.637Z (11 months ago)
- Topics: content, elixir, lofi, markup, parser
- Language: Elixir
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lofi
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `lofi` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:lofi, "~> 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/lofi](https://hexdocs.pm/lofi).