No description
Find a file
Zach Daniel 7ae0261a28 init
2024-05-27 23:30:41 -04:00
lib init 2024-05-27 23:30:41 -04:00
test init 2024-05-27 23:30:41 -04:00
.formatter.exs init 2024-05-27 23:30:41 -04:00
.gitignore init 2024-05-27 23:30:41 -04:00
mix.exs init 2024-05-27 23:30:41 -04:00
mix.lock init 2024-05-27 23:30:41 -04:00
README.md init 2024-05-27 23:30:41 -04:00

Igniter

TODO: Add description

Installation

If available in Hex, the package can be installed by adding igniter to your list of dependencies in mix.exs:

def deps do
  [
    {:igniter, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at 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.