added ProjectInfo main class

This commit is contained in:
2016-11-26 23:18:33 +01:00
parent 481ab58d02
commit c17db19b9f
12 changed files with 83 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ export class ProjectinfoNpm {
version: string
status: string
license: string
git
git: plugins.smartstring.GitRepo
constructor(cwdArg: string, optionsArg: { gitAccessToken?: string } = {}) {
let resolvedCwd = plugins.path.resolve(cwdArg)