Note: this is now supported by GitHub natively.
A simple app to enable drag-and-drop uploading of binary and other assets to GitHub Repositories
Demo
Usage
- Select a repository
- Navigate to the target directory
- Drag and drop the file to upload
Creating an OAuth application
GitHub Uploader needs a GitHub OAUth application to run. You can create on in your account or organization's settings.
Deploying
GitHub Uploader works well with Heroku or Cloud Foundry. Simply follow the platform's instructions to create a new application and push the repository. You'll need to set the following environmental variables:
GITHUB_CLIENT_SECRETGITHUB_CLIENT_ID
Running locally
You can also run the server yourself. To do so:
script/bootstrap- Create a new (development) OAuth application and add the
GITHUB_CLIENT_SECRETandGITHUB_CLIENT_IDto a.envfile in the repository root script/server- Open
localhost:9292in your browser
Project Status
Please note this project is a proof of concept, and should not be relied on for mission-critical workflows.
Contributing
- Fork the repository
- Create a descriptively named feature branch
- Make your changes
- Submit a pull request
License
MIT