transfr

1.1.0 • Public • Published

Transfr npm Travis David npm downloads

A Node.js CLI to upload files with transfer.sh

transfer.sh is a super easy way to upload files directly from the command line, and it's open source.

This Node.js based CLI is just a thin wrapper around transfer.sh's API for convenience.

Installation

# Make sure you have node and npm installed and in your $PATH 
npm install -g transfr

Usage

Single file

transfr cat.png

This command will upload your file to transfer.sh and print out the link (and also add it to your clipboard).

Multiple files

transfer cat1.png cat2.png cat3.png

This will bundle all the files into a zip-file and upload that. And as before the link will be printed out (and copied to your clipboard).

License

MIT © Adam Bergman

Package Sidebar

Install

npm i transfr

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • adambrgmn