A lightweight CLI tool for minifying JS and CSS files. Version 0.2.0, no active development or recent releases. Designed for simple, ad-hoc minification without dependencies, unlike UglifyJS. Supports combining files into one minified output, separate minification per file, and deletion of originals. Suitable for small projects or build scripts where a tiny tool is preferred.
npm install lilliputNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minify all CSS/JS files in the current directory and subdirectories into a single 'all.min.css' file.
Use --separate or specify output name explicitly.
Ensure you have backups or version control before using delete options.
Check for existing files manually before running.
Run 'npm install -g lilliput' or use 'npx lilliput'.
Lilliput is a CLI tool. Use it via command line, not require().
No dependency data recorded yet.