text-meme alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view text-meme alternatives based on common mentions on social networks and blogs.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of text-meme or a related project?
README
text-meme-cli
Generate text meme
Install
$ npm install --global text-meme-cli
Usage
$ text-meme --help
Usage
$ text-meme "Don't forget to be awesome"
Options
--delay Frame delay [Default: 500]
--background Background color in hex [Default: #000000]
--fontcolor Text color in hex [Default: #ffffff]
--filename Filename with extension [Default: meme-123.gif]
--fontsize Text size [Default: 50]
--imagesize Image size in px [Default: 600]
Examples
$ text-meme "Don't forget to be awesome"
generated text-meme → meme-326.gif
$ text-meme "Don't forget to be awesome" --filename=quote.gif --background=#4f656d --imagesize=500
generated text-meme → quote.gif
Related
Note
This module uses canvas module as dependency which requires Cairo
check here how to install it.
License
MIT © beatfreaker
*Note that all licence references and agreements mentioned in the text-meme README section above
are relevant to that project's source code only.