Initial commit of files

This commit is contained in:
Dolan
2017-06-01 21:09:29 +01:00
parent e3a587edc9
commit 7ded9e7db4
5 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import * as Git from 'nodegit';
Git.Repository.discover("startPath", 1, "ceilingDirs").then((string) => {
// Use string
});