elixir-toniq / vapor

Runtime configuration system for Elixir
MIT License
592 stars 36 forks source link

Add planner dsl #88

Closed keathley closed 4 years ago

keathley commented 4 years ago

This PR introduces a new DSL for composing configuration plans and providers together. This should provide a much more ergonomic API for users. Because this is layered on top of the existing functionality everything should compose together nicely.