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

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.

Awesome Lists containing this project

README

          

# Go Banner
An ascii banner generator which supports English alphabet and space character.

[![Build Status](https://travis-ci.org/hyperjiang/gobanner.svg?branch=master)](https://travis-ci.org/hyperjiang/gobanner)
[![](https://goreportcard.com/badge/github.com/hyperjiang/gobanner)](https://goreportcard.com/report/github.com/hyperjiang/gobanner)
[![codecov](https://codecov.io/gh/hyperjiang/gobanner/branch/master/graph/badge.svg)](https://codecov.io/gh/hyperjiang/gobanner)

## Usage

Install:

```
go get -u github.com/hyperjiang/gobanner
```

Run:

```
gobanner -t "Hello world"
```

will get the output:

```
# # ###### # # #### # # #### ##### # #####
# # # # # # # # # # # # # # # #
###### ##### # # # # # # # # # # # # #
# # # # # # # # ## # # # ##### # # #
# # # # # # # ## ## # # # # # # #
# # ###### ###### ###### #### # # #### # # ###### #####
```