Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kunal697/cfileshare
- Owner: kunal697
- Created: 2025-02-06T11:20:35.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-02-06T12:17:04.000Z (13 days ago)
- Last Synced: 2025-02-06T13:30:17.345Z (13 days ago)
- Topics: cli-app, filesharing, npm, npm-package
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 cfilesharefor backend refer this repo (written in golang)
[Backend repo](https://github.com/kunal697/filesharingcli)