Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedro-gutierrez/diesel
- Owner: pedro-gutierrez
- License: mit
- Created: 2023-10-04T09:26:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:38:05.000Z (2 months ago)
- Last Synced: 2024-10-13T18:07:48.393Z (about 1 month ago)
- Topics: ast, declarative, dsl, elixir, macros
- Language: Elixir
- Homepage: https://hex.pm/packages/diesel
- Size: 75.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)