1.3.9 • Published 1 day ago

@frankhoodbs/uglify-js v1.3.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 day ago

@frankhoodbs/uglify-js

A simple Node.js script to minify JavaScript files in a specified directory.

Version License

Installation

To install the utility globally:

npm install -g @frankhoodbs/uglify-js

Usage

To use the utility:

fh-uglify-js <path_to_directory>

Replace <path_to_directory> with the path to the directory containing the JavaScript files you want to minify.

Example:

If you have a directory named dist with JavaScript files, you can minify them with:

fh-uglify-js ./dist

Features

  • Easy to use: just provide the path to the directory.
  • Provides feedback for each file processed.
  • Uses UglifyJS for minification, ensuring high-quality and efficient results.

Feedback

Files that are successfully minified will be indicated with a ✅ and the path to the file in green. Files that fail to minify will be indicated with a 🚫 and the path to the file in red.

Dependencies

This utility is built on several popular Node.js packages, including UglifyJS, chalk, node-emoji, and walk-sync. Thanks to all the maintainers and contributors of these libraries for making this utility possible!

License

ISC

Feedback & Issues

If you encounter any issues or have feedback, please contact us.

1.3.4

2 days ago

1.3.9

1 day ago

1.3.8

1 day ago

1.3.3

6 days ago

1.3.2

19 days ago

1.3.1

22 days ago

1.3.0

23 days ago

1.2.16

23 days ago

1.2.13

2 months ago

1.2.14

2 months ago

1.2.15

2 months ago

1.2.12

2 months ago

1.2.10

3 months ago

1.2.11

3 months ago

1.2.9

4 months ago

1.2.8

4 months ago

1.2.7

4 months ago

1.2.6

4 months ago

1.2.5

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.10

7 months ago

1.1.13

7 months ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago