fregante/chrome-webstore-upload#59
TODO:
- Create a simple webserver cli listening on certain port (defined by user)
- The cli get the clientId AND code grant from the user
- The cli then basically does the whole OAuth flow with those 2 params to generate the refreshToken
- It then print out the client ID and the refreshToken for user to use.
fregante/chrome-webstore-upload#59
TODO: