https://github.com/2kabhishek/goatsay
cowsay in Go but with a 🐐🗣️
https://github.com/2kabhishek/goatsay
cli cli-toys cowsay golang toy
Last synced: 2 months ago
JSON representation
cowsay in Go but with a 🐐🗣️
- Host: GitHub
- URL: https://github.com/2kabhishek/goatsay
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-05-31T02:24:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:35:57.000Z (over 2 years ago)
- Last Synced: 2025-01-12T03:27:56.868Z (9 months ago)
- Topics: cli, cli-toys, cowsay, golang, toy
- Language: Go
- Homepage: https://2kabhishek.github.io/goatsay
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Make the goat say anything you wish.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `go`
## Installing goatsay
To install goatsay, follow these steps:
```bash
git clone https://github.com/2kabhishek/goatsay
cd goatsay
go build
go install
```## Using goatsay
To use goatsay, follow these steps:
```bash
USAGE:
| goatsay [OPTIONS]OPTIONS:
-f Select figure. Options are : goat, dog.
```