Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scraly/gophersay
GopherSay allow you to display a message said by a cute random Gopher.
https://github.com/scraly/gophersay
Last synced: 2 days ago
JSON representation
GopherSay allow you to display a message said by a cute random Gopher.
- Host: GitHub
- URL: https://github.com/scraly/gophersay
- Owner: scraly
- License: apache-2.0
- Created: 2021-08-21T19:10:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T11:09:24.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T15:00:34.155Z (5 months ago)
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 22
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GopherSay
# About
Welcome in GopherSay!
GopherSay is inspired by Cowsay program.
GopherSay allow you to display a message said by a cute random Gopher.
# Installation
For MacOS:
```
brew tap scraly/tools
brew install gophersay
```# Pre-requisites
Install Go in 1.16 version minimum.
# Build the app
`$ go build -o bin/gophersay main.go`
or
`$ task build`
# Run the app
`$ ./bin/gophersay`
or
`$ task run`
# Test the app
```
$ ./bin/gophersay Hello Gopher lovers!
---------------------
< Hello Gopher lovers! >
---------------------
\
\
,
(%..**,,,,,.& .,,.**
,%,*..,,,. .** **.,*,,**./
./*,,.. .**,.,..,.,**.**..(.
. (@.,*%.**.,,**,.,,%*..**,*,/(
,..../../&&%................%///#.,***.....
/....,..........................@*@%...,.,
.....................................,
&* #@................................
& ...............................
# .........................% @
/@ @, ........................* *
*., @.......................@ /@@
/....% ..........................&
/........%@@..............................% %
,....................................................* * .%
.........................@,,,,,,,@...................* @ *****#
*........................@,,,,,,/&(................... /. ****,**
........................@,,,,,,,,,,,, ................/ #/////( ,*,
//.....................@,,,,,,,,,,,,#................., #//////////
...........................,@@@ / @................../....**//////(
...,.........................@@ @.......................///*//*/(
...........................&@@@@@@.................. @///////////
,..................................................* @///////&* *
/.................................................. @/@..,(@.& (
,................................................. @ @/ .(# .
................................................, @ ,.%(#,**
.............................................../ @ . @////*/
,.............................................. @///%%.///&
*............................................. @/((((((& #
........................................../ @((((((((/*
,....................................... @/@((((///.
*................................., @/*/////
*@ # ..*.......................* /# & @/////
# # .( *### (
```# CI/CD
This GitHub repository have a GitHub action that create a release thanks to go-releaser.