krohrsb / number-formatter

test repo for npm module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Number Formatter

A small library that adds commas to numbers

Installation

npm install @blackbarn/number-formatter

Usage

var numFormatter = require('@blackbarn/number-formatter');

var formattedNum = numFormatter(35666);

Output should be 35,666

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.

About

test repo for npm module

License:MIT License


Languages

Language:JavaScript 100.0%