cjwilburn / dank-memes

A CLI meme generator.
15 stars 14 forks source link

Added cli option [-y] to invoke generateRandomMeme(). #55

Closed jonathan-sh closed 5 years ago

jonathan-sh commented 5 years ago

node index.js -y do not require user response node index.js require user response

Description

We can use this to invoke by continuous integration, like github actions.

Steps to Test

I'm run: node index.js -y node index.js

Both answered me a meme :)

Screenshots

Deploy Notes

I'm added the [-y] option in main workflow. (github action)

Checklist