0.1.2 • Published 1 year ago

@novaroma3162/novautils v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

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.