https://github.com/lcmen/toy-robot
Application built as part of the Toy Robot - Elixir Version book.
https://github.com/lcmen/toy-robot
elixir elixir-lang
Last synced: about 1 month ago
JSON representation
Application built as part of the Toy Robot - Elixir Version book.
- Host: GitHub
- URL: https://github.com/lcmen/toy-robot
- Owner: lcmen
- License: mit
- Created: 2021-08-01T07:34:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T22:53:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T20:46:26.308Z (over 1 year ago)
- Topics: elixir, elixir-lang
- Language: Elixir
- Homepage: https://leanpub.com/elixir-toyrobot
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ToyRobot
Application built as part of the [Toy Robot - Elixir Version](https://leanpub.com/elixir-toyrobot) book.
## Build
To build `toy_robot` executable, run:
```
mix escript.build
```