gitlab

v11.0.1
Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.
api browser es5 es6 gitlab ky

build

tsc && rollup -c

commit

npx git-cz

coverage

codecov

lint

prettier --check './src/**/*.ts' './test/**/*.ts' && tslint -p .

lint:doc

prettier --check './*.json' './*.yml' './*.js'

lint:doc:fix

prettier --write './*.json' './*.yml' './*.md' './*.js'

lint:fix

prettier --write './**/*.ts' && tslint -p . --fix

prepublishOnly

npm run build

release

semantic-release

test:integration

jest test/integration -c=jest.config.json --detectOpenHandles

test:unit

jest test/unit --debug -c=jest.config.json

Metadata

  • MIT
  • >=10.0.0
  • Justin Dalrymple
  • released 8/29/2019

Downloads