0.1.0 • Published 7 years ago

grabhub v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

GrabHub

A command tool to download GitHub raw file through HTTP GitHub URL.

Background

I just want to download a GitHub hosted file to my local disk easily, so I used Node and wrapped the wget shell command to grab the file I want.

Usage:

grabhub -u [URL]
grabhub --url [URL]

Like grabhub -u https://github.com/cool4zbl/grabhub/blob/master/index.js

This repo is working on ...