A CLI tool to transpile, unit test, and minify hackmud scripts (TypeScript or JavaScript). Version 1.5.13 is the latest stable release; the project appears to be in maintenance mode with no recent updates since 2017. It uses Google's Closure Compiler for minification and Mocha for testing. Key differentiators: built specifically for hackmud, supports TypeScript, automatic file watching, and integration with hackmud's script directory.
npm install muddlerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, watching directory, single file processing, and config file usage.
Install Java 7+ and download Closure Compiler .jar; add to PATH or place in project directory.
Consider migrating to modern alternatives if needed; check issue tracker for unresolved bugs.
Create a file named 'muddle.json' or use -c flag.
Ensure write permissions for the source directory.
Upgrade to v1.5.0 or later.
Install Java 7+ and add to PATH environment variable.
Download compiler-latest.zip from Google and extract; ensure 'compiler.jar' is in PATH or current directory.
Name test files as `<filename>.test.(t|j)s` and place in default or specified test directory.
No dependency data recorded yet.