Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/music-markdown/markdown-it-music
Plugin for markdown-it that renders guitar chords and tabs, abc music and more.
https://github.com/music-markdown/markdown-it-music
Last synced: 3 months ago
JSON representation
Plugin for markdown-it that renders guitar chords and tabs, abc music and more.
- Host: GitHub
- URL: https://github.com/music-markdown/markdown-it-music
- Owner: music-markdown
- License: isc
- Created: 2018-12-12T07:05:40.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T05:56:59.000Z (about 1 year ago)
- Last Synced: 2024-08-02T07:23:49.979Z (6 months ago)
- Language: JavaScript
- Size: 733 KB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- keep-it-txt - markdown-it-music
README
[![Build Status](https://travis-ci.com/music-markdown/markdown-it-music.svg?branch=master)](https://travis-ci.com/music-markdown/markdown-it-music)
# 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
```console
$ npm i -g markdown-it-music
```### Basic Usage
```console
$ musicmd [input-markdown-file] -o [output-html-file]
```### All Options
```console
$ 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]
```