New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@node-minify/cli

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-minify/cli

CLI - command line interface for @node-minify

latest
Source
npmnpm
Version
10.5.0
Version published
Weekly downloads
520
-10.5%
Maintainers
1
Weekly downloads
 
Created
Source

node-minify

A very light minifier Node.js module.


npm version npm downloads Build Status code coverage

CLI

CLI is a plugin for node-minify

You can compress files using the command line.

Installation

npm install -g @node-minify/cli @node-minify/uglify-js

Usage

node-minify --compressor uglify-js --input 'input.js' --output 'output.js'

Custom Compressors

You can also use custom compressors (npm packages or local files):

# npm package
node-minify --compressor my-custom-compressor --input 'input.js' --output 'output.js'

# Local file
node-minify --compressor ./my-compressor.js --input 'input.js' --output 'output.js'

Documentation

Visit https://node-minify.2clics.net/cli.html for full documentation

License

MIT

Keywords

compressor

FAQs

Package last updated on 08 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts