yaruo-ascii
v1.0.0
Published
A simple tool to create ASCII art of 'Yaruo' with custom messages
Downloads
9
Maintainers
Readme
Yaruo-Ascii
Yaruo-Ascii is a simple CLI tool that generates ASCII art of the character "Yaruo" with custom messages. This tool is designed for use primarily in Japanese contexts.
Features
- Easily convert text into ASCII art featuring the character Yaruo.
- Simple and quick CLI usage.
Installation
You can install Yaruo-Ascii globally using npm:
npm install -g yaruo-ascii
Usage
You can use the tool directly from the command line. Pass the desired message as an argument, and it will generate an ASCII art with the message.
Example
You can use this package via npx:
npx yaruo-ascii "Hello"
Output:
____
/ \
/ ─ ─ \ HELLO
/ (⏁) (⏁) \
| (__人__) |
\ `⌒´ ,/
/ ー‐ \
Scripts
• build: Compile TypeScript files and add the shebang for CLI usage. • start: Run the script using ts-node for development.
License
This project is licensed under the MIT License - see the LICENSE file for details.