1.0.3 • Published 7 years ago

ro-dev-utils v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ro-utils

Build Status Coverage Status

A library set of quick utilities for all my projects.

Installation

`npm install ro-dev-utils`

Usages

Add Two Numbers
var roUtils = require('@alexjoyner/ro-utils');

var sum = roUtils.addTwoNumbers(5, 6);

Sum should equal 11;

Tests

`npm run test`

Contributing

Feel free to use one if you'll find it helpful, and please let me know if you see somewhere the code can be cleaned up or improved :)