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
- Select a repository
- Navigate to the target directory
- Drag and drop the file to upload
GitHub Uploader needs a GitHub OAUth application to run. You can create on in your account or organization's settings.
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_SECRET
GITHUB_CLIENT_ID
You can also run the server yourself. To do so:
script/bootstrap
- Create a new (development) OAuth application and add the
GITHUB_CLIENT_SECRET
andGITHUB_CLIENT_ID
to a.env
file in the repository root script/server
- Open
localhost:9292
in your browser
Please note this project is a proof of concept, and should not be relied on for mission-critical workflows.
- Fork the repository
- Create a descriptively named feature branch
- Make your changes
- Submit a pull request
MIT