metalsmith-combine

0.0.3 • Public • Published

Metalsmith Combine

A Metalsmith plugin to prepend or append to files.

Note: Like all other template-like plugins, this probably doesn't work with metalsmith-watch.

Install from metalsmith.json or the JS API:

var metalsmith = require('metalsmith');
var combine = require('metalsmith-combine');

metalsmith(__dirname)
  .use(combine())
  .build();

Use from file metadata:

---
prepend: shared/letterhead.md
append:
  - shared/author-bio.md
  - shared/signature.md
---

# Speech

Four score and seven years ago...

/metalsmith-combine/

    Package Sidebar

    Install

    npm i metalsmith-combine

    Weekly Downloads

    1

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • kaizau