PlayForm / Compress

🗜️ Compress —
https://NPMJS.Org/@playform/compress
MIT License
479 stars 12 forks source link

CLI #383

Open NikolaRHristov opened 1 month ago

NikolaRHristov commented 1 month ago

Be able to use @playform/compress from the CLI like so:

package.json:

{
    "scripts": {
        "Compress": "Compress Target/**/*",
    },
    "dependencies": {
        "@playform/compress": "*"
    }
}

or

pnpx @playform/compress Target/**/*