Skip to content

Paskalouis/number-formatter-mk-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Formatter

Build Status Coverage Status

A small library that adds commas to numbers

Installation

npm install number-formatter-mk-test

Usage

var numFormatter = require('number-formatter-mk-test');

var formattedNum = numFormatter(696969);

Output should be 696,969

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.

License

MIT License

About

First NPM Package for testing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published