/stepex

Primary LanguageElixirApache License 2.0Apache-2.0

CircleCI

Stepex

TODO: Add description

Installation

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.

Dev Notes

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