0.2.2 • Published 4 months ago

downbyte v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Downbyte

Minifies all HTML, CSS, and JavaScript files in a directory.

This was originally anon-files/dir-minify, but the original is not maintained anymore.

I think that it's a perfect project so I have choosed to continue with it.

Contributing

We accept only PNPM lockfiles in PR's.

Run pnpm format before making any commit.

Before publishing, run pnpm last-check.

Installation

pnpm install --global downbyte

or

pnpm install --save-dev downbyte

(you can do the same with NPM or Yarn)

Usage

CLI

minify [INPUT_FOLDER] [OUTPUT_FOLDER]

Code

const dirMinify = require('downbyte');

// Minify an entire directory
dirMinify.minifyDir('./public', './build');

// Minify a single file (not tested)
dirMinify.minifyFile('./public/index.html', './build/index.html');
0.2.1

4 months ago

0.2.2

4 months ago

0.2.0

4 months ago