1.0.4 • Published 4 years ago

hackmud-minifier-cli v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hackmud-minifier-cli

Command line wrapper for hackmud-minifier.

Installation

Requires NodeJS to be installed.

Install package with npm i -g hackmud-minifier-cli.

Usage

  1. Rename the source file to <name>.src.js.
  2. On the command line, type hm-min <name>.
  3. This will produce a minified file <name>.js.

name is the name of the script, not the name of the file.