init: igniter.new

This commit is contained in:
2026-03-13 17:42:49 +01:00
parent 9b8ce9ab3d
commit 001748613e
8 changed files with 104 additions and 3 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Parrhesia
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `parrhesia` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:parrhesia, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/parrhesia>.