
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
assemble-metalsmith
Advanced tools

Assemble v0.6.x plugin for running any metalsmith middlewares
npm i assemble-metalsmith --save-dev
var metalsmith = require('assemble-metalsmith')(assemble);
metalsmith
.use(drafts())
.use(markdown())
.use(permalinks('posts/:title'))
.use(templates('handlebars'));
assemble.src('path/to/pages/*.hbs')
.pipe(metalsmith())
.pipe(assemble.dest('dist'));
Assemble plugin to run metalsmith middleware
Add a middleware or plugin to use.
middleware {Function}: this is the middleware to run.return {Object} this for chainingBrian Woodward
Copyright (c) 2014 Brian Woodward, contributors.
Released under the MIT license
This file was generated by verb-cli on August 03, 2014.
FAQs
Assemble v0.6.x plugin for running any metalsmith middlewares
We found that assemble-metalsmith demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.