foliojs / brotli.js

A JavaScript port of the Brotli compression algorithm, as used in WOFF2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CLI

mathiasbynens opened this issue · comments

Would be nice to have a brotli binary that you could pipe to.

Missing features in https://github.com/dzek69/brotli-cli :

  • process.exit(1) on error
  • console.error with actual error
  • support globbing (currently *.{js,css} doesn't work)

Shameless plug: my brotli-cli is now updated, fixing everything mentioned by @kirillgroshkov :)

I could do that earlier if that would be reported on my repo - I just did not know that anybody uses (or wants to) my "app".