terminalguitartabs
v1.0.6
Published
Guitar tabs for your terminal
Downloads
22
Readme
Terminal Tabs
Riff while you code
To install use:
npm i terminalguitartabsTo use in CLI:
terminalTabsPlace your tab JSON objects in the tabs folder
Using the following schema, terminalTabs will place your guitar tab in the terminal
{
"name": "Song Title",
"notes": [
{
"beat": 0,
"string": 3,
"fret": 5
}
]
}TODO:
- Improve spacing with consideration for note duration
