Skip to content

E-wave112/gocrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocrypto

a crypto/fiat exchange cli built with go

Table of content

Getting Started

To get started, install Go if you haven't already, then run the following command to install the CLI.

go install github.com/E-wave112/gocrypto/cmd/gocrypto@latest

Usage

gocrypto [command]

A pictorial representation of just running the gocrypto command without any arguments.

gocrypto

For help on any command, run gocrypto [command] --help or gocrypto help [command]

gocrypto help

Available Commands exposed by the CLI

1. gocrypto list

lists the supported cryptocurrencies to get real-time exchange rates from.

gocrypto list

2. gocrypto get [currency]

Retrieves the exchange rate between the supported cryptocurrencies and any specified fiat currency provided as an argument. defaults to USD if no currency argument is provided.

gocrypto get

Other commands are gocrypto help and gocrypto completion [command] for Generating the autocompletion script for the specified shell be it bash, zsh, fish, or powershell.

Want to contribute?

Contributions are welcome! Kindly refer to the contribution guidelines