0.2.2 • Published 8 years ago

gitlab-tools v0.2.2

Weekly downloads
7
License
MI
Repository
github
Last release
8 years ago

Gitlab Tools

npm version build status dependency status devDependency status npm downloads

NodeJS Toolkit & CLI for GitLab

Quickstart

  • Command Line Interface
npm i -g gitlab-tools
# Clone global labels into projects (does drop projects labels!)
gitlab clone-labels project-name --global

Testing

  • You can quickly start hacking around
git clone -o github git@github.com:mgcrea/node-gitlab-tools.git
cd node-gitlab-tools
npm i
npm start