Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 899 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 899 Bytes

Build Status

markdown-it-music

Plugin for markdown-it that renders guitar chords and tabs, abc music and more.

CLI

This plugin provides a basic CLI for rendering music markdown without a browser.

Installation

$ npm i -g markdown-it-music

Basic Usage

$ musicmd [input-markdown-file] -o [output-html-file]

All Options

$ 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]