pco_chords/pco_chords.nimble
Jonathan Bernard 4833cc4f37 Better column support, redefine keys.
- Fix transposition bug (wrap around past G->A)
- Better chord parsing and handling (bass transposed correctly)
- Add column and page break support.
2022-10-29 10:56:56 -05:00

15 lines
321 B
Nim

# Package
version = "0.3.1"
author = "Jonathan Bernard"
description = "Chord chart formatter compatible with Planning Center Online"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["pco_chords"]
# Dependencies
requires "nim >= 1.6.6", "docopt", "zero_functional"