https://github.com/nlepage/catption
Cat caption generator CLI
https://github.com/nlepage/catption
caption-generator cats cli-app golang
Last synced: 11 months ago
JSON representation
Cat caption generator CLI
- Host: GitHub
- URL: https://github.com/nlepage/catption
- Owner: nlepage
- License: apache-2.0
- Created: 2019-11-05T15:15:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T15:38:04.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:32:56.822Z (about 1 year ago)
- Topics: caption-generator, cats, cli-app, golang
- Language: Go
- Homepage:
- Size: 24.5 MB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
👋 Welcome to catption 🐱
> Cat caption generator CLI
## Install
```sh
go get github.com/nlepage/catption
```
## Usage
```sh
catption dinner --top "a Go CLI..." --bottom "any generics yet?"
```

## [Online demo](https://nlepage.github.io/catption/wasm/)
## Why ?
catption was made as a [codelab](https://nlepage.github.io/catption/) for learning the basics of creating a Go CLI tool.
## Author
👤 **Nicolas Lepage**
* Website: https://nicolas.lepage.dev/
* Twitter: [@njblepage](https://twitter.com/njblepage)
* Github: [@nlepage](https://github.com/nlepage)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/nlepage/catption/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [nlepage](https://github.com/nlepage).
This project is [Apache 2.0](https://spdx.org/licenses/Apache-2.0.html) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_