Skip to content

staff0rd/meme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 24 commits ahead, 7 commits behind nomad-software:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cli
 
 
 
 
 
 
 
 
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

memes in a container

Web

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

Then browse to http://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 http://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%