1.0.1 • Published 10 years ago

manuscript-builder v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

manuscript builder

create a one-file manuscript from a bunch of chapters.

I mostly use it for concatenating chapters of a book into a readme for the book's github repo.

It's designed to work with leanpub books, but could work for other stuff as well.

usage example:

var build = require('manuscript-builder')

build({
  target: '/test-readme.md',
  include: ['preface.md'],
  bookDir: '/test-manuscript/',
  tableOfContents: '/test-manuscript/Book.txt'
}, function (err, markdown) {
  console.log(err, markdown)
})
1.0.1

10 years ago

1.0.0

10 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago