Implement an uploading feature for the client. This will involve:
Instruct user to create a git repo using github
Copy the rice they want into the initialized github repo - Check to make sure it is a repo and that files are all present
Ask user for metadata - Author name, Rice Name, Description, Version, Link to preview image, Upstream URL for DLing the zip, Program, etc. and write the metadata to a new JSON
Once user has created the new JSON, the program will either autocommit to the github or ask them to commit it
Once the package has been fully created, the user will be asked if they want to send a server query now/later - The client will read the upstream URL and send that to the server
Implement an uploading feature for the client. This will involve: