https://github.com/aserto-dev/mage-loot-sample
This project serves as an example for the mage-loot project.
https://github.com/aserto-dev/mage-loot-sample
Last synced: about 1 year ago
JSON representation
This project serves as an example for the mage-loot project.
- Host: GitHub
- URL: https://github.com/aserto-dev/mage-loot-sample
- Owner: aserto-dev
- License: mit
- Created: 2022-05-04T23:51:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T20:01:44.000Z (about 4 years ago)
- Last Synced: 2025-03-12T05:03:08.747Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mage-loot sample

This project serves as an example for the [mage-loot](https://github.com/aserto-dev/mage-loot) project.
The binary is supposed to print ASCII art of shoes.
To do this, at build time we download a random shoe image, then we use [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter) to create ASCII art.
We define a binary dependency to this tool in our `Depfile` and then use it from the `magefile`.
It uses a common build target to compile this project and to version it using [sver](https://github.com/aserto-dev/sver).