Skip to content

A small node utility that grabs a GitHub repo and downloads it into a directory.

Notifications You must be signed in to change notification settings

ferentchak/fetch-github-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Build Status

npm install fetch-github-repo

API

JavaScript

var FetchGithubRepo, callback;

FetchGithubRepo = require("fetch-github-repo");

callback = function(err) {};

FetchGithubRepo.download({
  organization: 'ferentchak',
  repo: "ferentchak.github.com",
  path: "."
}, callback);

Coffee

FetchGithubRepo = require "fetch-github-repo"
callback = (err)->
FetchGithubRepo.download
  organization:'ferentchak'
  repo : "ferentchak.github.com",
  path: "."
  callback

Run Tests

To run the tests: npm test

About

A small node utility that grabs a GitHub repo and downloads it into a directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •