mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 11:17:29 +02:00
Add `scripts/minify` with glob discovery, @swc/core for JavaScript, and @swc/html for HTML, writing sibling `*.min.html` / `*.min.js` and skipping `internal/go-proxmox` and files whose basename already contains `.min.`. Ship Bun lock, tsconfig, README, and `.gitignore` for the tool.
222 B
222 B
minify
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.12. Bun is a fast all-in-one JavaScript runtime.