Skip to content

mike-foucault/adaptex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published