Comparing version 0.0.3 to 0.0.4
@@ -24,3 +24,3 @@ var requirejs = require('requirejs').config({nodeRequire:require, baseUrl:''}); | ||
commander | ||
.version('0.0.1'); | ||
.version('0.0.4'); | ||
@@ -27,0 +27,0 @@ commander |
{ | ||
"name": "currency", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "simple currency conversion in the terminal", | ||
"keywords": [ | ||
"currency", | ||
"exchange", | ||
"rates", | ||
"convert" | ||
], | ||
"bin": { | ||
@@ -6,0 +12,0 @@ "currency": "./bin/currency" |
# currency.js | ||
Simple currency conversion in the terminal | ||
## Installation | ||
```npm install currency -g``` | ||
```$ npm install currency -g``` | ||
## Usage | ||
``` | ||
currency 10 USD DKK | ||
$ currency 10 USD DKK | ||
=> 57.54916 | ||
@@ -11,0 +13,0 @@ ``` |
2431
28