memes-business
v0.0.2
Published
CLI for memes.business
Downloads
213
Maintainers
Readme
memes-business
CLI for memes.business — generate memes from your terminal.
Installation
npm install -g memes-businessAuthentication
Get your API key from memes.business/settings, then:
memes login --api-key <your-api-key>Verify you're logged in:
memes whoamiUsage
Generate Memes with AI
memes generate --ai "make a meme about Monday meetings"Save the generated meme to a file:
memes generate --ai "distracted boyfriend meme about coding vs debugging" --save meme.pngGenerate Memes Manually
Search for a template:
memes search "drake"Generate with specific text:
memes generate <template-id> --text "Top text" --text "Bottom text"Manage Your Memes
List your saved memes:
memes library listShow details of a specific meme:
memes library show <meme-id>Download a meme:
memes library download <meme-id> ./my-meme.pngFavorites
List your favorites:
memes favorites
memes favorites --templates # only templates
memes favorites --memes # only memesToggle favorite on a template:
memes favorite <template-id>Account Status
Check your usage and subscription:
memes statusOpen billing page:
memes upgradeCommands
| Command | Description |
|---------|-------------|
| memes login --api-key <key> | Authenticate with your API key |
| memes logout | Remove stored credentials |
| memes whoami | Display current user info |
| memes search <query> | Search for meme templates |
| memes generate --ai <prompt> | Generate meme with AI |
| memes generate <id> --text <text> | Generate meme from template |
| memes library list | List your saved memes |
| memes library show <id> | Show meme details |
| memes library download <id> [path] | Download meme image |
| memes favorites | List favorited items |
| memes favorite <template-id> | Toggle favorite on template |
| memes status | Show subscription status |
| memes upgrade | Open billing page |
JSON Output
Most commands support --json for scripting:
memes search "cat" --json | jq '.data[0].id'
memes status --json
memes whoami --jsonLicense
MIT
