1.0.0 • Published 8 years ago
xz-as-a-service v1.0.0
xz-as-a-service
xz compression as a service
npm install -g xz-as-a-serviceUsage
First spin up the service
xz-as-a-service --port 9927Then send a file to it you want to compress
curl --upload-file my.tar http://localhost:9927/ > my.tar.xzThe service will also announce itself as xz-as-a-service.local so you can do
curl --upload-file my.tar http://xz-as-a-service.local:9927 > my.tar.xzIf you want to change the name there is a --name flag
xz-as-a-service --name another-name --port 9927License
MIT
1.0.0
8 years ago