mikerogne/droplr-cli

Create `set-auth <username> <password>` command.

Closed this issue · 2 comments

This should either create or update the ~/.config/.droplrrc file with the user's specified credentials.

Should use: https://www.npmjs.com/package/xdg-basedir

Also drop 'dotenv' dependency & usage.

Completed with 657605f.