1.0.0 • Published 2 years ago

weshare v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

weshare.click CLI client

Weshare.click is a simple personal file sharing service built by Eoin Shanaghy and Luciano Mammino during a series of live coding streams ad part of the AWS Bites show.

Weshare.click is a minimal, yet fully-functional private file sharing system that can be used as an alternative to tools like WeTransfer or Dropbox Transfer.

The simple idea is that you upload a file, get a URL, then anyone you give that URL to can download the file.

This client allows you to interact with your instance of weshare.click by using the CLI.

If you still need to provision your weshare.click instance, check out the weshare.click repository to learn how to do that.

Install

Using npm:

npm install --global weshare

(requires Node.js v14 or higher)

Usage

Before you can start uploading files, you need to authenticate your cli

The command:

weshare login

Will guide you through the process.

Once you have logged in, you can upload files with:

weshare [upload] <filename>

For example:

weshare upload README.md

This should print the public URL of the uploaded file.

You can share this URL with anyone you want to give the file to.

For more usage information run:

weshare --help

NOTE: weshare is also available with the alias wsh (in case you like to be extremely efficient at typing!)

Contributing

Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.

License

Licensed under MIT License. © Luciano Mammino, Eoin Shanaghy.