a crypto/fiat exchange cli built with go
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
gocrypto [command]
A pictorial representation of just running the gocrypto
command without any arguments.
For help on any command, run gocrypto [command] --help
or gocrypto help [command]
lists the supported cryptocurrencies to get real-time exchange rates from.
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.
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
.
Contributions are welcome! Kindly refer to the contribution guidelines