Skip to content

A simple app to enable drag-and-drop uploading of binary and other assets to GitHub Repositories

License

Notifications You must be signed in to change notification settings

scriptmediala/github-uploader

 
 

Repository files navigation

GitHub Uploader

A simple app to enable drag-and-drop uploading of binary and other assets to GitHub Repositories

Demo

Live Demo

Usage

  1. Select a repository
  2. Navigate to the target directory
  3. Drag and drop the file to upload

Server

You can also run the server yourself. To do so:

  1. script/bootstrap
  2. Create a new OAuth application and add the GITHUB_CLIENT_SECRET and GITHUB_CLIENT_ID to a .env file in the repository root
  3. script/server
  4. Open localhost:9292 in your browser

Project Status

Please note this project is a proof of concept, and should not be relied on for mission-critical workflows.

Contributing

  1. Fork the repository
  2. Create a descriptively named feature branch
  3. Make your changes
  4. Submit a pull request

License

MIT

About

A simple app to enable drag-and-drop uploading of binary and other assets to GitHub Repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.1%
  • HTML 31.9%
  • CoffeeScript 5.8%
  • CSS 4.4%
  • Shell 0.8%