smartgit/ts/test.ts

11 lines
293 B
TypeScript
Raw Normal View History

2015-11-11 04:20:06 +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");