smartarchive/test.js

8 lines
241 B
JavaScript
Raw Normal View History

2016-01-18 21:17:24 +00:00
/// <reference path="./typings/tsd.d.ts" />
var remotezip = require("./index.js");
var path = require("path");
2016-01-20 02:30:03 +00:00
remotezip.get({
from: "https://github.com/UmbrellaZone/legaldocs/archive/master.zip",
toPath: path.resolve("./test/")
});