Packages

Mojo is a lightweight and flexible package that lets you create and manage custom dictionaries for text validation. Whether you need to enforce specific terminology, filter unwanted words, or ensure consistency in documents, Mojo makes it simple.

Current section

Files

Jump to
mojo README.md
Raw

README.md

# Mojo
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mojo` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mojo, "~> 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/mojo>.