commit 3ceb8c38db4e59fc1a3f59a742bd2040c4a0cdf5 Author: Robert Virding Date: Sat Dec 22 01:13:39 2018 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40ca652 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.rebar3 +_* +.eunit +*.o +*.beam +*.plt +*.swp +*.swo +.erlang.cookie +ebin +log +erl_crash.dump +.rebar +logs +_build +.idea +*.iml +rebar3.crashdump diff --git a/README.md b/README.md new file mode 100644 index 0000000..a592b1a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +THIS IS VERY MUCH *WIP* SO BEWARE! + +aesophia +===== + +An OTP application + +Build +----- + + $ rebar3 compile