0.1.2 • Published 6 years ago
bookbinder v0.1.2
Bookbinder
Easy-to-use templating for your markdown files.
Installation
$ npm install bookbinder -gSetup
Test.book
# Bookbinder
{{ date }}
{{ time }}See the list of supported tokens here.
Usage
- Open your terminal
 - Navigate to the directory which contains your 
.bookfile - Run the following command:
 
$ bookbinderand Bookbinder turns your template into the following:
# Bookbinder
Sun Nov 03 2019
12:34:56 GMT+0100 (GMT+01:00)Note that this tool is still work in progess.