smartgit/test.js

10 lines
294 B
JavaScript
Raw Normal View History

2016-03-30 23:59:45 +00:00
/// <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");