khaosdoctor / codename-greek

Greek letter names parser for Codename (Standalone)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codename-greek

Greek letter names parser for Codename (Standalone)

Usage

Install the package using either npm install codename-greek --save or yarn add codename-greek.

Require it and use the function parse:

const greek = require('codename-greek')

console.log(greek.parse('2.1.4').codenameText) // V2.1.4 - Beta

For more information about the API, see Codename project, this parser only abstracts the parse function, returning an instance of the original Codename parser

About

Greek letter names parser for Codename (Standalone)

License:MIT License


Languages

Language:JavaScript 100.0%