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
- Host: GitHub
- URL: https://github.com/mscoutermarsh/ascii-art-action
- Owner: mscoutermarsh
- License: mit
- Created: 2018-12-20T20:28:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T18:25:09.000Z (over 6 years ago)
- Last Synced: 2024-09-17T07:41:55.504Z (over 1 year ago)
- Topics: action, ascii-art
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```
```
_____ _ _ _____ _____ _____ _______
/ ____| | | |_ _| __ \ |_ _|__ __|
| (___ | |__| | | | | |__) | | | | |
\___ \| __ | | | | ___/ | | | |
____) | | | |_| |_| | _| |_ | |
|_____/|_| |_|_____|_| |_____| |_|
```