codename-titans
v1.0.0
Published
Greek titan names parser for codename
Readme
codename-titans
Greek titan names parser for Codename (Standalone)
Usage
Install the package using either npm install codename-titans --save or yarn add codename-titans.
Require it and use the function parse:
const titan = require('codename-titans')
console.log(titan.parse('2.1.4').codenameText) // V2.1.4 - TethysFor more information about the API, see Codename project, this parser only abstracts the parse function, returning an instance of the original Codename parser
