gitlab

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

build:clean

rimraf -rf dist && mkdir -p dist

build:es6

babel src -d dist/latest --config-file=./.babelrc

build:es5

babel src -d dist/es5 --config-file=./.babelrc-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

Metadata

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

Downloads