igniter/README.md

12 lines
875 B
Markdown

![Logo](https://github.com/ash-project/igniter/blob/main/logos/igniter-logo.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/igniter/blob/main/logos/igniter-logo.png?raw=true#gh-dark-mode-only)
![Elixir CI](https://github.com/ash-project/igniter/workflows/Ash%20CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/igniter.svg)](https://hex.pm/packages/igniterh)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/igniter)
# TODO list:
- [ ] properly parse args, not `"--dry-run" in argv`. Do we want to have some kind of "maybe parsed" args structure so we can call tasks with `argv` or one of those? Maybe.
- [ ] the mix deps.get step is slow and weird sometimes, need to figure out why.