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