lol-terminal
v1.0.3
Published
Type lol and he will laugh on you :-)
Readme
lol-terminal 🎉
A simple CLI tool that displays a laughing ASCII animation in your terminal.
📦 Installation
Using npm (globally):
npm i -g lol-terminal🚀 Usage
Just type:
lol…and watch the fun animation in your terminal!
📁 Project Structure
lol-cli/
├── ascii_frames/ # Folder containing ASCII frame .txt files
├── bin/
│ └── lol # Bash script that loops over frames
├── package.json # npm config
└── README.md # This file🛠️ Development
Clone this repo:
git clone https://github.com/Mrxgupta/lol.git
cd lol-cliInstall locally for testing:
sudo npm install -g .Then run:
lol✨ Customization
- You can edit or add new frames in the ascii_frames folder to create your own animations.
