g2mm
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

g2mm

A library and tool for converting lyrics from Genius style to Musixmatch style.

The tool

The g2mm tool currently only reads your Genius style lyrics from stdin and writes them re-formatted to stdout, like this:

npx g2mm < my_genius_lyrics.txt > my_musixmatch_lyrics.txt

The library

There is only one function, genius2musixmatch:

import { genius2musixmatch } from 'g2mm';

Alternatively, you can import it like this:

import genius2musixmatch from 'g2mm';

It's used like this:

const my_musixmatch_lyrics = genius2musixmatch(my_genius_lyrics);

Install

npm i g2mm

DownloadsWeekly Downloads

2

Version

0.1.1

License

GPL-2.0

Unpacked Size

2.95 kB

Total Files

6

Last publish

Collaborators

  • chrissx