Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenika-open-source/claat-image
Docker image of claat tool used to generate beautiful codelabs from markdown or Google doc
https://github.com/zenika-open-source/claat-image
claat codelab docker generator hacktoberfest image markdown
Last synced: 5 days ago
JSON representation
Docker image of claat tool used to generate beautiful codelabs from markdown or Google doc
- Host: GitHub
- URL: https://github.com/zenika-open-source/claat-image
- Owner: zenika-open-source
- License: apache-2.0
- Created: 2019-10-31T13:07:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T10:19:09.000Z (about 3 years ago)
- Last Synced: 2024-05-02T00:44:00.825Z (7 months ago)
- Topics: claat, codelab, docker, generator, hacktoberfest, image, markdown
- Language: Makefile
- Homepage: https://hub.docker.com/r/bpetetot/claat
- Size: 13.7 KB
- Stars: 16
- Watchers: 6
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claat Docker image
[![License: Apache2](https://img.shields.io/badge/License-Apache2-yellow.svg)](https://github.com/bpetetot/claat-image/blob/master/LICENSE)
[![Twitter: bpetetot](https://img.shields.io/twitter/follow/bpetetot.svg?style=social)](https://twitter.com/bpetetot)> Docker image of claat tool used to generate beautiful codelabs from markdown or Google doc
### 🐳 [Image on Docker Hub](https://hub.docker.com/r/bpetetot/claat)
## 🚀 Usage
### 🐚 Launch Claat
```sh
docker container run -it -v $(pwd):/app bpetetot/claat:latest -h
```## ⚙️ Build the image
Simply use the make target depending on your computer architecture:
```sh
# 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](/Makefile) instead.
## Author
👤 **Benjamin Petetot**
* Twitter: [@bpetetot](https://twitter.com/bpetetot)
* Github: [@bpetetot](https://github.com/bpetetot)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/bpetetot/claat-image/issues).
## 🙏 Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Benjamin Petetot](https://github.com/bpetetot).
This project is [Apache-2.0](https://github.com/bpetetot/claat-image/blob/master/LICENSE) licensed.
***
_This README was initialy generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_