Plugin for markdown-it that renders guitar chords and tabs, abc music and more.
This plugin provides a basic CLI for rendering music markdown without a browser.
$ npm i -g markdown-it-music
$ musicmd [input-markdown-file] -o [output-html-file]
$ musicmd --help
musicmd [markdown]
Render the markdown to HTML
Options:
--version Show version number [boolean]
-o, --outfile render the output of infile to outfile
-t, --transpose transpose notes and chords up or down [number] [default: 0]
--help Show help [boolean]