1.0.14 • Published 1 year ago

@javascript-packages/roman-numerals v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Roman Numerals

Build Coverage Status NPM Total Downloads

Easily convert integers to roman numerals in one line of code.

Installation

Please execute the following command.

npm i @javascript-packages/roman-numerals

Getting started

By using the following code snippet you can convert numbers in the interval [1, 4999] to Roman numerals.

import { toRoman } from '@javascript-packages/roman-numerals';

const romanNumeral = toRoman(2022);
console.log(romanNumeral); // MMXXII

Found a bug? 💁‍♀️

Thanks for letting us know! Please file an issue and we should reply shortly.

License

This repository is licensed under the MIT license.

Copyright © Stefan Kühnel, All rights reserved.

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.10

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago