ye

command module
v0.0.0-...-112b552 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

ye

  • CLI which gives random quotes of Kanye, built using GO.
  • A CLI has 3 parts apart from the rootword (ye), namely

Command Argument --Flag
Rootword for this CLI - ye

  • The ye CLI has only 1 command, raNdom, which is self explanatory.

How to build and use the CLI:

I assume that you've the GO compiler installed in your system, else no worries just Google about it and get it installed.

  • Open your terminal and run the go get github.com/beanboi7/ye command in a convenient directory.
  • Now build the CLI using go build main.go and you should see a main.exe in the current directory.
  • Type the root word ye followed by the command raNdom and a Kanye quote pops out.
Note:
  • In linux distros, before running go get github.com/beanboi7/ye, don't forget to export PATH variable that points to bin folder.
  • (ignore this step if PATH is already set)
export PATH=$PATH:/usr/local/go/bin
export GOPATH="$HOME/go"
PATH="$GOPATH/bin:$PATH"
To contribute to the code/ fix any issues make a pull request.
This CLI was made possible thanks to the API made by Andrew Jazbec.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL