1.0.1 • Published 2 years ago
@ysn4irix/filego v1.0.1

❯ Install
Requires Node.js 17.0 or higher download & install for Windows or Linux
npm install --location=global @ysn4irix/filego
❯ Usage
filego up -s local-path-of-your-file-or-folder -o output-pathlocal-path-of-your-file-or-folderis the path of the file or folder you want to upload.output-pathis the path where you want to save the uploaded file or folder.
folder example:
filego up -s /home/user/Documents -o /home/user/Downloadsfile example:
filego up -s /home/user/Documents/file.txt -o /home/user/DownloadsMax size of file or folder to upload is 5GB
COMMANDS
up Upload a file or folderOPTIONS
-s, --source file or folder to be uploaded
-o, --output Output directory
--clear Clear the console
--help Print help info
--debug Print debug info
-v, --version Print CLI version
❯ Contributing
Pull requests and stars are always welcome. For bugs and features requests, please create an issue.

❯ License
Copyright © 2023-present, Ysn4Irix. Released under the MIT License.