Type aliases
CloneOptions
CloneOptions: { link: string; path?: undefined | string }
Type declaration
-
link: string
-
Optional path?: undefined | string
CloneProjectOptions
Clone
ProjectOptions: { path?: undefined | string } & Sample
CoreInstance
CoreInstance: { GroupProjects: GroupProjects; Groups: Groups; Projects: Projects; Repositories: Repositories; RepositoryFiles: RepositoryFiles }
Type declaration
-
GroupProjects: GroupProjects
-
Groups: Groups
-
Projects: Projects
-
Repositories: Repositories
-
RepositoryFiles: RepositoryFiles
Download
Download
: { path
: string; ref
?: undefined | string } & Sample
GithubOptions
GithubOptions: { token: string }
GitlabOptions
GitlabOptions: { baseUrl?: undefined | string; token?: undefined | string }
Type declaration
-
Optional baseUrl?: undefined | string
-
Optional token?: undefined | string
NpmOptions
NpmOptions: { name?: undefined | string; pages?: undefined | number }
Type declaration
-
Optional name?: undefined | string
-
Optional pages?: undefined | number
Sample
Sample: { id: number | string }