muddy

2025 · 1 min read

The red-headed stepchild of muddler.

Problem

Outcome

Muddy is a JavaScript implementation of the muddler build system for compiling Mudlet packages. It aims for compatibility with muddler's syntax and project structure while providing a clean-room implementation written in JavaScript. As a CLI tool, it can be invoked directly via npx and supports building Mudlet packages with the same interface as muddler, making it an accessible alternative for developers who prefer Node.js-based tooling.

Tools