From ab206a90b61f7b411dae49e0676cd64165ee10f2 Mon Sep 17 00:00:00 2001 From: Lindolfo 'Lorn' Rodrigues Date: Wed, 13 Feb 2019 16:40:19 -0200 Subject: Support Elixir-1.8 Also dropped support for elixir < 1.6 --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2f161b0..3aba62c 100644 --- a/README.md +++ b/README.md @@ -111,3 +111,35 @@ rrset = PowerDNSex.show_record("example.com", record) res = PowerDNSex.delete_record(zone, rrset) ``` +## Development + +### Setup application +```bash +$ script/setup +``` + +### Run local console (IEX) +```bash +$ script/run +``` + +### Run tests +```bash +$ script/test +``` + +#### Run tests to a specific File +```bash +$ script/test test/lib/powerdnsex/powerdnsex_test.exs +``` + +### Reset environment (clean + setup) +### YOU WILL LOSE EVERYTHING + +Good for then you change the elixir version and need to delete everything and start again + +```bash +$ script/reset +``` + + -- cgit v1.2.3