Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
repository provider for gitlab hosted repos
- Host: GitHub
- URL: https://github.com/arlac77/gitlab-repository-provider
- Owner: arlac77
- License: bsd-2-clause
- Created: 2020-06-16T19:01:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T18:29:29.000Z (about 1 month ago)
- Last Synced: 2024-11-14T19:33:33.686Z (about 1 month ago)
- Topics: git, gitlab, repository-provider
- Language: JavaScript
- Size: 1.53 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/gitlab-repository-provider.svg)](https://www.npmjs.com/package/gitlab-repository-provider)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![bundlejs](https://deno.bundlejs.com/?q=gitlab-repository-provider\&badge=detailed)](https://bundlejs.com/?q=gitlab-repository-provider)
[![downloads](http://img.shields.io/npm/dm/gitlab-repository-provider.svg?style=flat-square)](https://npmjs.org/package/gitlab-repository-provider)
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/gitlab-repository-provider.svg?style=flat-square)](https://github.com/arlac77/gitlab-repository-provider/issues)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fgitlab-repository-provider%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/gitlab-repository-provider/goto)
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/gitlab-repository-provider/badge.svg)](https://snyk.io/test/github/arlac77/gitlab-repository-provider)
[![Coverage Status](https://coveralls.io/repos/arlac77/gitlab-repository-provider/badge.svg)](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