smartarchive/test.js
2016-01-20 03:30:03 +01:00

8 lines
241 B
JavaScript

/// <reference path="./typings/tsd.d.ts" />
var remotezip = require("./index.js");
var path = require("path");
remotezip.get({
from: "https://github.com/UmbrellaZone/legaldocs/archive/master.zip",
toPath: path.resolve("./test/")
});