A simple CLI tool to create Oreo meme with the Vercel logo.
Oreo meme is a meme where someone separates the 3 parts of an Oreo O
(the top cookie), Re
(the creme) and O
(the bottom cookie) and stack them in a differents orders to make it Re
, O
, O
(ReOreo) or O
, O
, Re
(OORe) or whatever you want.
vercel
/\
/ \
/ \
/______\
lecrev
\¯¯¯¯¯¯/
\ /
\ /
\/
vercellecver
/\
/ \
/ \
/ \
\ /
\____/
/\
/__\
One command to rule them all. Just run the following command and follow the instructions.
npx celvercel
if you want to save the result in a file, just add the --output
flag and the name of the file. The file will be saved in the current directory.
npx celvercel --output my-oreo-meme.txt
I'm using goreleaser to release the package. Documentation is here.
git tag -a v0.0.1 -m "Message"
git push origin v0.0.1
goreleaser release --clean
- Create the project
- Create the Oreo meme with Vercel logo
- Add a LICENSE
- Add Cobra to handle args and flags
- Add tests
- Add CI/CD
- Publish the package to NPM