๐ฆMix
Getting started
mix new kv --module KVkv/
โโโ .formatter.exs
โโโ .gitignore
โโโ README.md
โโโ lib
โย ย โโโ kv.ex
โโโ mix.exs
โโโ test
โโโ kv_test.exs
โโโ test_helper.exsProject structure
lib/
test/
mix.exs
Compiling the project
Creating a long running application
Last updated