transfr
Version:
A Node CLI to upload files with https://transfer.sh/
28 lines (17 loc) • 839 B
Markdown
* Add ability to upload several files at once
Now it is possible to do `transfr cat1.png cat2.png`. This will bundle the files into a zip file and upload it to [transfer.sh](https://transfr.sh/).
* Fix issue with the files property in `package.json` not being properly formatted
This lead to issues with thi bin files not following along during `npm install`.
* `transfr` is released
`transfr` is a Node based CLI to upload files using [transfer.sh](https://transfr.sh/).
Basic usage:
```sh
$ transfr cat.jpg
```
This will result in the cat image being uploaded to transfer.sh and the link will both be printed on the terminal as well as copied to your clipboard.