Skip to content

A small library that adds commas to numbers-Fisrt Attempt. Trying to create npm module which can be later publish to npmjs.org. Also trying to integrate Travis CI with this repo.

License

Notifications You must be signed in to change notification settings

mahendrabagul/number-formatter-npm-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Formatter

A small library that adds commas to numbers-Fisrt Attempt

Installation

npm install @mahendrahbagul/mb-number-formatter

Usage

var numFormatter = require('@mahendrahbagul/mb-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.

Build Status

About

A small library that adds commas to numbers-Fisrt Attempt. Trying to create npm module which can be later publish to npmjs.org. Also trying to integrate Travis CI with this repo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published