xz-as-a-service

1.0.0 • Public • Published

xz-as-a-service

xz compression as a service

npm install -g xz-as-a-service

Usage

First spin up the service

xz-as-a-service --port 9927

Then send a file to it you want to compress

curl --upload-file my.tar http://localhost:9927/ > my.tar.xz

The 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.xz

If you want to change the name there is a --name flag

xz-as-a-service --name another-name --port 9927

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i xz-as-a-service

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mafintosh