crockpot-to_roman
v0.0.1
Published
Convert decimal numbers to ruman numerals
Downloads
2
Readme
Crockpot - translate decimal to roman numerals
install
Install the following dependencies:
npm install -g nodemon
npm install
test
Run the following script in your terminal:
nodemon --exec "tap test/basic.js --cov" index.js