Minime is a CLI tool for minifying front-end assets (JS and CSS). It combines concatenation and minification (UglifyJS for JS) based on a minime.json configuration file. The package appears to be a simple utility with no recent updates; the last version 1.1.5 is likely stable but unmaintained. It differentiates by being a lightweight, configuration-driven command-line tool without a build system integration.
npm install minimeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure minime.json for JS minification and run the CLI.
Update to new format with source, target, and map objects.
Ensure your JS is ES5 compatible or use another tool like Terser.
Ensure minime is installed globally with all dependencies: npm install -g minime
Create minime.json or use -f flag to specify its location.
No dependency data recorded yet.