README
Utils
Node.js utilities for commonly used operations
Installation
npm i -S @novaroma3162/novautils
Usage
const utils = require('@novaroma3162/novautils');
const result = utils.titleCase('i am number four');
Output should be I Am Number Four
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.