# @lucasfurtado/number-formatter

> `npm install @lucasfurtado/number-formmater`

Latest version **1.0.0** (published 2018-02-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lucasfurtado/number-formatter
pnpm add @lucasfurtado/number-formatter
yarn add @lucasfurtado/number-formatter
bun add @lucasfurtado/number-formatter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-02-12 |
| First published | 2018-02-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.4.0 |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lucas F Oliveira |
| Maintainers | lucasfurtado |

## Links

- npm: https://www.npmjs.com/package/@lucasfurtado/number-formatter
- Repository: https://github.com/lucasfurtado/number-formatter
- npm.io page: https://npm.io/package/@lucasfurtado/number-formatter

## Recent versions

- 1.0.0 (latest) — 2018-02-12

## README

Number Formatter
=========================================

A small library that adds commas to numbers

## Installation

  `npm install @lucasfurtado/number-formmater`


## Usage

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

    var formattedNum = numFormatter(12345)

  Output should be `12,345`

## Test

  `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.

---
_Source: https://npm.io/package/@lucasfurtado/number-formatter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
