Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedro-gutierrez/diesel

Declarative programming in Elixir
https://github.com/pedro-gutierrez/diesel

ast declarative dsl elixir macros

Last synced: 8 days ago
JSON representation

Declarative programming in Elixir

Awesome Lists containing this project

README

        

# Diesel

A toolkit to build DSLs in Elixir

## Installation

The package can be installed by adding `diesel` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:diesel, "~> 0.7"}
]
end
```

## Documentation

Documentation is available in [Hex](https://hexdocs.pm/diesel)