default: {
getGithubBranches: ((opt?) => Promise<void | {
active: boolean;
branch: string;
}[]>);
getGithubCurrentBranch: ((opt?) => Promise<string | void>);
getGithubRemote: ((name?, opt?) => Promise<string | void>);
getGithubRepoUrl: ((path, opt?) => Promise<{
rawURL: string;
remoteURL: string;
}>);
getGithubRootDir: ((opt?) => Promise<string>);
getIgnores: ((param0) => Promise<string[]>);
} = ...
Type declaration
-
getGithubBranches: ((opt?) => Promise<void | {
active: boolean;
branch: string;
}[]>)
-
- (opt?): Promise<void | {
active: boolean;
branch: string;
}[]>
-
Returns Promise<void | {
active: boolean;
branch: string;
}[]>
-
getGithubCurrentBranch: ((opt?) => Promise<string | void>)
-
- (opt?): Promise<string | void>
-
Returns Promise<string | void>
-
getGithubRemote: ((name?, opt?) => Promise<string | void>)
-
- (name?, opt?): Promise<string | void>
-
Returns Promise<string | void>
-
getGithubRepoUrl: ((path, opt?) => Promise<{
rawURL: string;
remoteURL: string;
}>)
-
- (path, opt?): Promise<{
rawURL: string;
remoteURL: string;
}>
-
Returns Promise<{
rawURL: string;
remoteURL: string;
}>
safe url
-
getGithubRootDir: ((opt?) => Promise<string>)
-
- (opt?): Promise<string>
-
Returns Promise<string>
-
getIgnores: ((param0) => Promise<string[]>)
-
- (param0): Promise<string[]>
-
Returns Promise<string[]>
get current branch informations