gitlab

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

build

npm run build:cli && tsc && rollup -c

build:cli

tsc -p tsconfig.cli.json && node -r esm temp/bin/generate

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 9/10/2019

Downloads