https://github.com/hyperjiang/gobanner
An ascii banner generator which supports English alphabet and space character.
https://github.com/hyperjiang/gobanner
Last synced: 11 months ago
JSON representation
An ascii banner generator which supports English alphabet and space character.
- Host: GitHub
- URL: https://github.com/hyperjiang/gobanner
- Owner: hyperjiang
- License: mit
- Created: 2018-10-30T06:53:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T07:28:30.000Z (over 7 years ago)
- Last Synced: 2025-01-12T21:09:23.529Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Banner
An ascii banner generator which supports English alphabet and space character.
[](https://travis-ci.org/hyperjiang/gobanner)
[](https://goreportcard.com/report/github.com/hyperjiang/gobanner)
[](https://codecov.io/gh/hyperjiang/gobanner)
## Usage
Install:
```
go get -u github.com/hyperjiang/gobanner
```
Run:
```
gobanner -t "Hello world"
```
will get the output:
```
# # ###### # # #### # # #### ##### # #####
# # # # # # # # # # # # # # # #
###### ##### # # # # # # # # # # # # #
# # # # # # # # ## # # # ##### # # #
# # # # # # # ## ## # # # # # # #
# # ###### ###### ###### #### # # #### # # ###### #####
```