Skip to content

A package to convert a number to Roman numerals.

License

Notifications You must be signed in to change notification settings

Ionaru/romanize

Repository files navigation

@ionaru/romanize

npm version npm version Build Status codecov

Description

A package that converts a number to Roman numerals.

2019 -> MMXIX

Usage

CLI

npx @ionaru/romanize <input>

API

npm install @ionaru/romanize
import { romanize } from '@ionaru/romanize';
const result = romanize(input);