manuscript-builder

1.0.1 • Public • Published

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)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    2
  • 0.0.3
    2
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i manuscript-builder

Weekly Downloads

6

Version

1.0.1

License

MIT

Last publish

Collaborators

  • sethvincent