1 مستودع
Ability to execute a specific subset of plugins on arbitrary data objects outside the main build pipeline.
Distinct from Pipeline Plugins: Shortlist candidates focus on specific content types (Markdown) or web file extraction, not arbitrary plugin stack execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Custom Plugin Stacks. Refine with filters or upvote what's useful.
Metalsmith is a Node.js static site generator and static content processor that transforms source files into websites, eBooks, or technical documentation. It functions as a file-to-object transformer, converting directory trees into plain JavaScript objects that can be programmatically manipulated in memory. The project is built around a pluggable build pipeline where files are passed through a sequence of custom functions to transform content and metadata incrementally. This architecture allows users to extend functionality by writing their own plugins or using third-party modules to define
Enables applying a specific list of plugins to custom file objects independently of the standard pipeline.