started structure

This commit is contained in:
2016-04-25 04:06:20 +02:00
parent 3a21584c70
commit f1babafd38
12 changed files with 247 additions and 1 deletions

3
test/test.ts Normal file
View File

@@ -0,0 +1,3 @@
/// <reference path="../ts/typings/main.d.ts" />
let should = require("should");
let smartssh = require("../dist/index.js");