smartgit/test.js

10 lines
294 B
JavaScript
Raw Permalink Normal View History

2015-11-13 21:58:20 +00:00
/// <reference path="typings/tsd.d.ts" />
var smartgit = require("./index.js");
2016-01-18 03:20:37 +00:00
var beautylog = require("beautylog");
2015-11-13 21:58:20 +00:00
var path = require("path");
2016-01-18 03:20:37 +00:00
smartgit.clone({
from: "https://github.com/pushrocks/docs.git",
to: path.resolve("./test/temp/")
});
2015-11-13 21:58:20 +00:00
beautylog.success("Test successfull");