Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianfbeck/gitfile
download single files from github
https://github.com/julianfbeck/gitfile
Last synced: 13 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:59:59.000Z (about 2 years ago)
- Last Synced: 2024-11-19T16:07:42.915Z (about 1 month 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 [![Build Status](https://travis-ci.com/jufabeck2202/gitfile.svg?token=1Za7rzts3zF37XsfSaDq&branch=master)](https://travis-ci.com/jufabeck2202/gitfile) [![Version](https://img.shields.io/npm/v/gitfile-dl.svg)](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)