Docker image of claat tool used to generate beautiful codelabs from markdown or Google doc
docker container run -it -v $(pwd):/app bpetetot/claat:latest -h
Simply use the make target depending on your computer architecture:
# on amd64 machines
make build
# on arm64 machines (apple M1 for instance)
make build-arm64
# on armv7 machines (Rapsberry PI)
make build-armv7
If your machine lack make support, simply run the associated commands from the makefile instead.
👤 Benjamin Petetot
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Benjamin Petetot.
This project is Apache-2.0 licensed.
This README was initialy generated with ❤️ by readme-md-generator