An open API service indexing awesome lists of open source software.

https://github.com/mscoutermarsh/ascii-art-action

GitHub Action for printing out ASCII art text
https://github.com/mscoutermarsh/ascii-art-action

action ascii-art

Last synced: 8 months ago
JSON representation

GitHub Action for printing out ASCII art text

Awesome Lists containing this project

README

          

# 🎨 ascii art action

GitHub Action that prints ASCII art text.

## 🖌 Usage
```yml
- uses: mscoutermarsh/ascii-art-action@master
with:
text: 'SHIP IT'
```

```
_____ _ _ _____ _____ _____ _______
/ ____| | | |_ _| __ \ |_ _|__ __|
| (___ | |__| | | | | |__) | | | | |
\___ \| __ | | | | ___/ | | | |
____) | | | |_| |_| | _| |_ | |
|_____/|_| |_|_____|_| |_____| |_|

```