rally-fetch-github-repo

0.2.2 • Public • Published

Install

Build Status

npm install rally-fetch-github-repo

API

JavaScript

var FetchGithubRepo, callback;

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

callback = function(err) {};

FetchGithubRepo.download({
  organization: 'RallyApps',
  repo: "fetch-github-repo",
  path: "."
}, callback);

Coffee

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

Run Tests

To run the tests: npm test

/rally-fetch-github-repo/

    Package Sidebar

    Install

    npm i rally-fetch-github-repo

    Weekly Downloads

    5

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • krmorse