smartgit/ts/test.ts
2016-01-18 04:20:37 +01:00

11 lines
293 B
TypeScript

/// <reference path="typings/tsd.d.ts" />
var smartgit = require("./index.js");
var beautylog = require("beautylog");
var path = require("path");
smartgit.clone({
from:"https://github.com/pushrocks/docs.git",
to:path.resolve("./test/temp/")
});
beautylog.success("Test successfull");