A small CLI tool to upload file to your Dropbox and create a QR code for the shared link.
npm install -g qriffin
$ qriffin -h
Usage: qriffin [--options] <file>
Options:
-v, --version output the version number
-d, --directory <dir> specify the directory in Dropbox to save the uploaded file
-c, --clear clear the locally stored refresh token and quit the program
-h, --help display help for command
MIT