0.2.2 • Published 7 years ago

fetch-github-repo v0.2.2

Weekly downloads
22
License
-
Repository
github
Last release
7 years ago

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

0.2.2

7 years ago

0.1.2

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago