0.0.6 • Published 7 years ago

commabot v0.0.6

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

Commabot Build Status Coverage Status

=========

A small library that adds commas to numbers

Installation

npm install commabot

Usage

var numFormatter = require('commabot');

var formattedNum = numFormatter(123456789);

Output should be 123,456,789

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.