0.1.0 • Published 6 years ago

songbook v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Songbook - song book generator

Songbook is a command-line tool used to generate automatically a song book. Songbook accept songs in the chorpro file format with the following extension:

  • txt, chopro, cho, crd, pro, cpm

It currently support the following output formats:

  • HTML
  • TXT
  • PDF

alt text

Installation

Install globally using npm:

npm install songbook -g

After the installation, songbook command can be execute everywhere in your terminal.

Usage

songbook <songs_folder> <output_filename>

Options

-c, --chord          	 							Show song chords
-C, --column [count]   							Layout column count (default 2)
-f, --font-size [size], 						CSS font-size (default 14px)
-b, --avoid-page-break, 						Avoid page break inside song
-m, --margin [size]									Page margin (default 1cm)
-n, --song-number      							Add song number
-V, --version          							Print version
-r, --replace-chorus [chorusLabel]	Replace chorus with a label (default 'CHORUS')
-o, --one-song-per-column						Print one song per column
-h, --help             							Print usage information
0.1.0

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago