Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 944 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 944 Bytes

CircleCI

Adaptex

TODO: Add description

Installation

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.

Dev Notes

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