TODO: Add description
If available in Hex, the package can be installed
by adding stepex
to your list of dependencies in mix.exs
:
def deps do
[
{:stepex, "~> 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/stepex.
docker run -it --rm
--mount "type=bind,src=$(pwd),dst=/opt/shared/stepex"
--workdir /opt/shared/stepex
elixir-dev:1.10.2 /bin/bash
MIX_ENV=test mix test.watch