Commit graph

2 commits

Author SHA1 Message Date
5f9681aa4a
chore: update package name for consistency
Renames the package to "transfercoffee-cli" from "transfer-coffee-cli"
for uniformity and alignment with naming conventions.
2024-11-30 21:32:59 +01:00
d176a8f89b
feat(cli): add file sharing CLI using Transfer.coffee
Introduced a command-line interface that allows users to upload and download files using WebTorrent. Files can be shared using a generated mnemonic phrase for easy retrieval. The CLI supports one-time uploads and continuous seeding options.

Added configuration files to manage dependencies and environmental variables, including `.gitignore` for ignoring the `node_modules`.

This feature enables a decentralized file sharing mechanism and leverages mnemonic phrases for simpler sharing.
2024-10-20 21:13:01 +02:00