Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marnen/hamlex
Haml template engine for Elixir that doesn't depend on EEx.
https://github.com/marnen/hamlex
Last synced: about 22 hours ago
JSON representation
Haml template engine for Elixir that doesn't depend on EEx.
- Host: GitHub
- URL: https://github.com/marnen/hamlex
- Owner: marnen
- License: mit
- Created: 2018-03-20T18:07:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T22:42:24.000Z (almost 7 years ago)
- Last Synced: 2024-12-10T05:42:27.079Z (about 2 months ago)
- Language: Elixir
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hamlex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hamlex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:hamlex, "~> 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/hamlex](https://hexdocs.pm/hamlex).