This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

leitstand-gitlab

0.1.4 • Public • Published

leitstand-gitlab NPM version Build Status Dependency Status

GitLab plugin for Leitstand

Installation

First, install leitstand-cli, if you haven't done yet. Then install the plugin as dependency into your Leitstand app via:

npm install leitstand-gitlab --save

Usage

// Consider using e.g. yargs, to pass credentials to the script, instead of storing them in git
leitstand
  .plugin('gitlab', {
    settings: {
      url: '<URL>',
      token: '<TOKEN>'
    }
  })
  .widget('gitlab-projects', {
    plugin: 'gitlab',
    methods: 'projects.all'
  });

API

node-gitlab GitLab

License

MIT © Sebastian Krüger

Package Sidebar

Install

npm i leitstand-gitlab

Weekly Downloads

5

Version

0.1.4

License

MIT

Last publish

Collaborators

  • npm