gitlab

v3.6.0
Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.
gitlab api es6 es5 request

commit

npx git-cz

build:clean

rimraf -rf dist && mkdir -p dist

build:es6

babel src -d dist/latest

build:es5

babel src -d dist/es5 --env-name es5

build

npm run build:clean && npm run build:es6 && npm run build:es5

lint

eslint ./src ./test

test:bundles

jest test/tests/bundles

test:infrastructure

jest test/tests/infrastructure

test:services

jest test/tests/services

test

jest && codecov

prepublishOnly

npm run build

semantic-release

semantic-release

Metadata

  • MIT
  • >=8.9.0
  • Justin Dalrymple
  • released 7/24/2018

Downloads