Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github-uploader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-uploader

Upload attachments to GitHub in CLI. The easiest way to get public URL to your files.

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

GitHub Uploader

Get public and free URL to your files.
By github-uploader, you can let GitHub host your public files much more easier.

According to Official docs, GitHub supports these files now:

  • PNG (.png)
  • GIF (.gif)
  • JPEG (.jpg)
  • Log files (.log)
  • Microsoft Word (.docx), Powerpoint (.pptx), and Excel (.xlsx) documents
  • Text files (.txt)
  • PDFs (.pdf)
  • ZIP (.zip, .gz)

Notice that the maximum size for files is 25MB and the maximum size for images is 10MB.

Install 🛠

Please make sure that your terminal has installed Node version 6.4.0 or higher.

$ npm install -g github-uploader

It will register github-uploader and gu in your terminal.

Usage 🖥

Upload files

Enter the path of files which you would like to upload to GitHub.

$ github-uploader [file path]

Note.
If you want to upload several files at the same time, separate each path with a space.
File path can be relative path or absolute path.

How it works ❓

I created a fake GitHub account named xxxhomey19.

Every time you upload files, github-uploader will log in to GitHub and pretend to open a new issue in this repo. On that page, it can upload your files.

Last of all, it parses all the content including file name and public URL and show it in your terminal.

That's it 😋

License

MIT © xxhomey19

Keywords

FAQs

Package last updated on 18 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc