1.0.5 • Published 2 years ago

fretboard-cli v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

fretboard

Display fretboards with hightlight notes of specific scale or chords in your terminal.

Install

 npm install -g fretboard-cli

Usage

fretboard [-scale=|-chord=][[#]A-G]
fretboard [-scale=|-chord=][[#]A-G]
          [-root1=4] [-root2=9] [-root3=14] 
          [-root4=19] [-root5=23] [-root6=28] 
          [-frets=18] [-fretWidth=8] [-dividers=0,5,10,15]
          [-showOct=true] [-hue=277]

Scale

Show major scale of C:

fretboard -scale=C

npm.io

Chords

Show major chords of C:

fretboard -chord=C

npm.io

Show major chords of G:

fretboard -chord=G

npm.io

Tuning

Special tuning:

Change the first string from E4(4) to D4(2):

fretboard -scale=C -root1=2

npm.io

Frets

Config frets count:

fretboard -scale=D -frets=8

npm.io

Config fret width:

fretboard -scale=D -fretWidth=5

npm.io

Style

Specific color:

fretboard -scale=D -hue=20 

npm.io

Hide oct:

fretboard -scale=D -showOct=false

npm.io

Config dividers:

fretboard -scale=G -dividers=0,2,5,8

npm.io