Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barelyhuman/og-image
Open Graph Image Generator (CLI)
https://github.com/barelyhuman/og-image
Last synced: 26 days ago
JSON representation
Open Graph Image Generator (CLI)
- Host: GitHub
- URL: https://github.com/barelyhuman/og-image
- Owner: barelyhuman
- License: mit
- Created: 2021-07-21T09:23:01.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-13T18:20:07.000Z (11 months ago)
- Last Synced: 2024-10-02T08:44:55.700Z (about 1 month ago)
- Language: Go
- Size: 260 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
og-image
Open Graph Image Generator (CLI)
[![](https://img.shields.io/badge/license-mit-black?style=for-the-badge)](LICENSE)
## Usage
```bash
❯ cat .commitlog.release
v0.0.2Usage of og-image:
-background-url string
URL for the background
-color string
Font Color (default "#000")
-desc string
Description or Sub Title
-out string
File to output to, will export a png (default "./og-image.png")
-size-one int
Font Size for title (default 16)
-size-two int
Font Size For description (default 12)
-title string
Title
```## Install
You can get the binaries from [releases](/releases) page for your specific arch
## Contribute
The repository follows the general github pull request flow and would appreciate if you let the owner/maintainer know before you pick up an issue, this is to avoid overlaps
## License
[MIT](LICENSE) © Reaper