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

Readme

Keywords

none

Package Sidebar

Install

npm i rally-fetch-github-repo

Weekly Downloads

3

Version

0.2.2

License

MIT

Last publish

Collaborators

  • krmorse