Initial commit: initial implementation.

This commit is contained in:
2022-08-20 07:23:03 -05:00
commit 8515546c89
6 changed files with 533 additions and 0 deletions

14
pco_chords.nimble Normal file
View File

@ -0,0 +1,14 @@
# Package
version = "0.1.0"
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"