A javascript library for formatting and manipulating numbers.
Please submit all pull requests to the develop
branch.
-
Fork the library
-
Run
npm install
to install dependencies -
Add your tests to the files in
/tests
-
To test your tests, run
grunt test
-
When all your tests are passing, submit a pull request to the
develop
branch.
Languages names follows the Microsoft culture name convention as found
here. If Microsoft does not have a code
for the country/locale combination, use the format lang-locale
where the language code is a 2
letter abbreviation from the list of ISO 639-1 language
codes and the localecode
is from the list
of ISO 3166-1 country codes
See the english unit tests for an example.
See CHANGELOG.md.
numbro
is forked from Adam Draper's project
Numeral.js, which was in turn inspired by and heavily borrowed from
Moment.js.
Copyright © 2014 Adam Draper
Copyright © 2015 Företagsplatsen AB
Distributed under the MIT license. If you want to know more, see the LICENSE
file.
The original license file for Numeral.js
can be found in LICENSE-Numeraljs