https://github.com/samsamskies/in-this-house-we
In This House We meme generator
https://github.com/samsamskies/in-this-house-we
Last synced: over 1 year ago
JSON representation
In This House We meme generator
- Host: GitHub
- URL: https://github.com/samsamskies/in-this-house-we
- Owner: SamSamskies
- License: mit
- Created: 2020-08-07T01:54:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T02:27:40.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T00:16:09.673Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# in-this-house-we
In This House We meme generator
## Installation
```bash
$ npm install -g in-this-house-we
```
## Usage
single line
```bash
$ in-this-house-we 'live dat meme life'
┏┓
┃┃╱╲ in
┃╱╱╲╲ this
╱╱╭╮╲╲house
▔▏┗┛▕▔ we
╱▔▔▔▔▔▔▔▔▔▔╲
live dat meme life
╱╱┏┳┓╭╮┏┳┓ ╲╲
▔▏┗┻┛┃┃┗┻┛▕▔
```
multi line
```bash
$ in-this-house-we 'drink coffee' 'everyday'
┏┓
┃┃╱╲ in
┃╱╱╲╲ this
╱╱╭╮╲╲house
▔▏┗┛▕▔ we
╱▔▔▔▔▔▔▔▔▔▔╲
drink coffee
everyday
╱╱┏┳┓╭╮┏┳┓ ╲╲
▔▏┗┻┛┃┃┗┻┛▕▔
```