Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kunal697/cfileshare

A simple CLI tool for file sharing. This is just a fun project where uploaded files are stored on my private GitHub repository. Neither I nor anyone else can identify users, as no user data is stored.
https://github.com/kunal697/cfileshare

cli-app filesharing npm npm-package

Last synced: 6 days ago
JSON representation

A simple CLI tool for file sharing. This is just a fun project where uploaded files are stored on my private GitHub repository. Neither I nor anyone else can identify users, as no user data is stored.

Awesome Lists containing this project

README

        

# cshare

A simple CLI tool for file sharing. This is just a fun project where uploaded files are stored on my private GitHub repository.
Neither I nor anyone else can identify users, as no user data is stored.

## 🚀 Get Started

1. **Install the package**
```sh
npm install -g cfileshare

for backend refer this repo (written in golang)
[Backend repo](https://github.com/kunal697/filesharingcli)