概要
Elixirでつぎのステップの動作を確認してみました。以下のページを参考にしました。
実行
以下のコマンドを実行しました。
$ mix new example
* creating README.md
* creating .formatter.exs
* creating .gitignore
* creating mix.exs
* creating lib
* creating lib/example.ex
* creating test
* creating test/test_helper.exs
* creating test/example_test.exs
Your Mix project was created successfully.
You can use "mix" to compile it, test it, and more:
cd example
mix test
Run "mix help" for more commands.
まとめ
何かの役に立てばと。