https://github.com/arlac77/gitlab-repository-provider
repository provider for gitlab hosted repos
https://github.com/arlac77/gitlab-repository-provider
git gitlab repository-provider
Last synced: 11 months ago
JSON representation
repository provider for gitlab hosted repos
- Host: GitHub
- URL: https://github.com/arlac77/gitlab-repository-provider
- Owner: arlac77
- License: 0bsd
- Created: 2020-06-16T19:01:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T11:28:47.000Z (12 months ago)
- Last Synced: 2025-06-25T12:29:00.036Z (12 months ago)
- Topics: git, gitlab, repository-provider
- Language: JavaScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/gitlab-repository-provider)
[](https://spdx.org/licenses/0BSD.html)
[](https://bundlejs.com/?q=gitlab-repository-provider)
[](https://npmjs.org/package/gitlab-repository-provider)
[](https://github.com/arlac77/gitlab-repository-provider/issues)
[](https://actions-badge.atrox.dev/arlac77/gitlab-repository-provider/goto)
[](https://github.com/prettier/prettier)
[](http://commitizen.github.io/cz-cli/)
[](https://snyk.io/test/github/arlac77/gitlab-repository-provider)
[](https://coveralls.io/github/arlac77/gitlab-repository-provider)
# gitlab-repository-provider
repository provider for gitlab hosted repos
# API
### Table of Contents
* [GitlabProvider](#gitlabprovider)
* [repositoryBases](#repositorybases)
* [name](#name)
* [attributes](#attributes)
## GitlabProvider
**Extends MultiGroupProvider**
Provider for gitlab repositories.
### repositoryBases
All possible base urls.
Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** common base urls of all repositories
### name
We are called gitlab.
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** gitlab
### attributes
Default configuration as given for the cloud provider.
Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
# install
With [npm](http://npmjs.org) do:
```shell
npm install gitlab-repository-provider
```
# license
BSD-2-Clause