https://github.com/ash-project/spark
Tooling for building DSLs in Elixir
https://github.com/ash-project/spark
Last synced: 5 months ago
JSON representation
Tooling for building DSLs in Elixir
- Host: GitHub
- URL: https://github.com/ash-project/spark
- Owner: ash-project
- License: mit
- Created: 2022-08-12T02:01:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T02:05:44.000Z (about 1 year ago)
- Last Synced: 2024-05-21T09:17:29.251Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 600 KB
- Stars: 99
- Watchers: 6
- Forks: 22
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Spark
Spark helps you build powerful and well documented DSLs that come with useful tooling out of the box. DSLs are declared using simple structs, and every DSL has the ability to be extended by the end user. Spark powers all of the DSLs in Ash Framework.
See the [getting started guide](https://ash-hq.org/docs/guides/spark/latest/get-started-with-spark)