Skip to content

A library that contains useful utilities for the Greek language.

License

Notifications You must be signed in to change notification settings

billkampouroudis/greek-utils

Repository files navigation

Greek Utils

A javascript library that contains useful utilities for the Greek language.

Installation

npm i @bill.kampouroudis/greek-utils

Usage

sanitize(greekText)

import greekUtils from '@bill.kampouroudis/greek-utils';
console.log(greekUtils.sanitize('Ταΐζω') //-> Ταιζω

toLatin(greekText)

import greekUtils from '@bill.kampouroudis/greek-utils';
console.log(greekUtils.toLatin('Κατά φωνή κι ο γάιδαρος') //-> Kata foni ki o gaidaros

Available Scripts

In the project directory, you can run:

npm run test

Runs all tests using Jest.

About

A library that contains useful utilities for the Greek language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published