smartgit/ts/test.ts

10 lines
279 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");
2015-11-13 21:58:20 +00:00
var beautylog = require("beautylog")("os");
var path = require("path");
smartgit.clone("https://github.com/pushrocks/cooltest.git",path.resolve("./test/"));
beautylog.success("Test successfull");