https://github.com/hankolsen/memegen
A meme generator written in NodeJs.
https://github.com/hankolsen/memegen
meme-generator memegen
Last synced: 10 days ago
JSON representation
A meme generator written in NodeJs.
- Host: GitHub
- URL: https://github.com/hankolsen/memegen
- Owner: hankolsen
- Created: 2021-03-18T11:57:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T11:28:10.000Z (almost 3 years ago)
- Last Synced: 2025-09-26T03:19:57.320Z (9 months ago)
- Topics: meme-generator, memegen
- Language: JavaScript
- Homepage:
- Size: 898 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memegen

[](//npmjs.com/package/@hank-iv/memegen)

memegen is a meme generator written in NodeJs.
The result from the command will be available in your clipboard, just paste it wherever you want it.
It is also possible to write to a file if that suits you better.
## Installation
```bash
$ npm i -g @hank-iv/memegen
```
## Usage
```bash
$ meme [options]
Options:
-t, --toptext The text at the top of the image
-b, --bottomtext The text at the bottom of the image
-o, --output Path and filename where a .png image will be saved
```
## Examples
```bash
$ meme https://imgflip.com/s/meme/One-Does-Not-Simply.jpg -t "One does not simply" -b "create a meme generator"
$ meme -t "if you could use my meme generator" -b "that would be great"
$ meme -b "That would be great" -o "./my-meme.png"
```