v0.1.2
Consolidate and minify HTML files
Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Dependencies
std
Versions
GDMinifier
A tool written in Deno to consolidate and minify the assets of exported documents.
Installation
deno install \
--allow-read \
--allow-write \
--allow-net \
--allow-env \
-n gdminify \
https://deno.land/x/gdminifier@v0.1.2/cli.ts
Usage
gdminify --input=./path/to/file.html --output=./rendered.html