helem-cli
Version:
A fun CLI tool that displays a shocked ASCII art face with encouraging messages when you run upgrade commands
49 lines (32 loc) • 905 B
Markdown
# Helem CLI Tool
A fun CLI tool that displays a shocked ASCII art face when you're about to run scary upgrade commands!
## Installation
Install globally via npm:
```bash
npm install -g helem-cli
```
## Usage
```bash
helem upgrade
```
This will display a shocked ASCII art face with a random encouraging message, perfect for when you're about to run a scary upgrade and need some moral support!
## Features
- Beautiful ASCII art of a person in shock
- Random encouraging messages to boost your confidence
- Simple command-line interface
- Perfect for dramatic upgrade moments
- Adds a bit of fun to your terminal workflow
## Development
To run locally:
```bash
git clone https://github.com/yourusername/helem-cli
cd helem-cli
npm install
node bin/helem.js upgrade
```
To install locally for development:
```bash
npm link
```
## License
MIT