etzy

A command line tool to upload and access your files across devices. ## Getting Started

Usage no npm install needed!

<script type="module">
  import etzy from 'https://cdn.skypack.dev/etzy';
</script>

README

Etzy

A command line tool to upload and access your files across devices.

Getting Started

Prerequisites

Things you need to install the software and how to install them

Node > 10.x

Installing

npm install etzy@1.3.2

Usage

  • Login

etzy -l -u <username> -p <password>
  • Create account

etzy -c -u <username> -p <password>
  • Upload File

etzy --up <pathtofile>
  • Get File

etzy -g <file_id>
  • Show all saved files

etzy --show

Built With

  • Yargs - To access command line variables

    Backend - Heroku server

  • Node - Javascript runtime

  • Express - Nodejs framework to handle http requests

Authors

  • Aman Kumar M - Initial work - Github

License

This project is licensed under the MIT License