Skip to content
/ meme Public
forked from nomad-software/meme

A command line utility for creating memes

License

Notifications You must be signed in to change notification settings

staff0rd/meme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memes in a container

Web

docker run -it -p 8085:80 staff0rd/meme -serve

Then browse to https://localhost:805

Command Line

The following will drop meme.png to your $(PWD)

docker run -v $(PWD):/tmp staff0rd/meme -i archer-do-you-want -t "do you want memes in a container?|because this is how you get memes in a container"

See what it can do

docker run staff0rd/meme --help

Upstream docs

Dev

docker run -it --entrypoint bash -v $(PWD):/src -p 5000:5000 staff0rd/meme
cd web
dotnet run --urls https://0.0.0.0:5000

About

A command line utility for creating memes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 49.0%
  • JavaScript 28.4%
  • C# 14.0%
  • HTML 5.3%
  • TypeScript 1.5%
  • Dockerfile 0.9%
  • Other 0.9%