0.0.6 • Published 5 years ago

cconverter-cli v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

cconverter

A simple command-line application to convert currencies.

cconverter USD 1 EUR JPY GBP

Installation

cconverter requires mongodb Follow the guide to install mongodb for your operating system.

Once mongodb is installed check that it is running. On Linux you can do this using systemctl.

systemctl status mongodb

Next, install the package using npm

sudo npm install --global 

You should now be able to use cconverter from the terminal.

Usage

cconverter has four commands

convert .............. convert between currencies
history ............ show conversion history
version ............ show package version
help ............... show help menu for a command

Use the help command to learn more about each command.

cconverter help convert

Development

cconverter uses standard javascript code-style jest is used as the test-runner.

  1. Make sure tests are passing using

    npm test

  2. Make sure code is propertly styled using

    standard

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago