
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
js-chordpro
Advanced tools
Javscript implementation of parser for song lyrics writted in ChordPro format.
Install dependences:
npm install
Compile grammar to js:
npm run grammar
Start development mode (package is built on each change in source code):
npm run dev
Build package for deploymet:
npm run build
Preamble directives
new_song
, ns
Meta-data directives
title
, t
, meta: title
subtitle
, st
artist
, meta: artist
composer
, meta: composer
lyricist
, meta: lyricist
copyright
, meta: copyright
album
, meta: album
year
, meta: year
key
, meta: key
time
, meta: time
tempo
, meta: tempo
duration
, meta: duration
capo
, meta: capo
meta
Formatting directives
comment
, c
comment_italic
, ci
comment_box
, cb
image
Environment directives
start_of_chorus
, soc
end_of_chorus
, eoc
chorus
start_of_verse
end_of_verse
start_of_tab
, sot)
end_of_tab
, eot)
start_of_grid
end_of_grid
Chord diagrams
define
chord
Fonts, sizes and colours
textfont
textsize
textcolour
chordfont
chordsize
chordcolour
tabfont
tabsize
tabcolour
Output related directives
new_page
, np
new_physical_page
, npp)
column_break
, cb
grid
, g
no_grid
, ng
titles
columns
, col
Custom extensions
x_
var chordpro = require('js-chordpro');
// Song to be parsed
const song_chordpro = `
{title: Some Song}
[G]This is first [C]verse
with [G]chords
`;
// tokenize and parse song into in-memory song document structure
let parsed = jschordpro.parse(song_chordpro)
// render in-memory song document to html
let html = jschordpro.to_html(doc);
console.log(html);
Package provides cli command jschordpro
.
Following command will register package as cli command in case you don't install it as npm package (e.g. in case of git clone)
npm link
FAQs
ChordPro format parser
We found that js-chordpro demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.