https://github.com/julianfbeck/gitfile
download single files from github
https://github.com/julianfbeck/gitfile
Last synced: about 2 months ago
JSON representation
download single files from github
- Host: GitHub
- URL: https://github.com/julianfbeck/gitfile
- Owner: julianfbeck
- License: mit
- Created: 2019-07-27T13:55:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:59:59.000Z (over 2 years ago)
- Last Synced: 2025-03-23T05:04:06.867Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitfile [](https://travis-ci.com/jufabeck2202/gitfile) [](https://www.npmjs.com/package/gitfile-dl)
> download single files from github
## Install
```
$ npm install -g gitfile-dl
```## Usage
```bash
gitfile
gitfile
```
Directly download files into the current folder.## Example
```bash
gitfile https://github.com/jufabeck2202/gitfile/blob/master/cli.js
```
```bash
gitfile index.js https://github.com/jufabeck2202/gitfile/blob/master/cli.js
```
Save to index.js
## LicenseMIT © [Julian Beck](https://github.com/jufabeck2202)