https://github.com/kiruko1025/uwu
Cutest CLI you have ever seen!
https://github.com/kiruko1025/uwu
cli javascript linux-shell nodejs
Last synced: about 2 months ago
JSON representation
Cutest CLI you have ever seen!
- Host: GitHub
- URL: https://github.com/kiruko1025/uwu
- Owner: kiruko1025
- Created: 2024-10-26T13:26:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T22:02:39.000Z (over 1 year ago)
- Last Synced: 2025-03-06T16:48:54.572Z (over 1 year ago)
- Topics: cli, javascript, linux-shell, nodejs
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uwu
This is a CLI created with Node.js.
It will randomly give you an emoticon(顔文字) based on the mood you entered!
# How to install
## Linux
```
cd ./where_you_want_to_install
```
Clone the repository
```
git clone https://github.com/EverettMay/uwu.git
```
make sure you have Node.js installed
If not:
```
sudo apt install nodejs
```
cd into the repository
```
npm install -g .
```
# How to use
To display all the moods
```
uwu
```
To see help
```
uwu -h
```
To get a emoticon
```
uwu [your mood]
```