gitlab

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

prepush

npm run lint

commit

npx git-cz

build:clean

rimraf -rf dist && mkdirp dist

build:es6

tsc -p tsconfig.dist.json

build:es5

tsc -p tsconfig-es5.dist.json

build

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

lint

tslint 'src/**/*.{ts,tsx}' --format stylish --project tsconfig.json

test:bundles

jest test/tests/bundles

test:infrastructure

jest test/tests/infrastructure

test:services

jest test/tests/services

test

jest --debug --runInBand && codecov

test-with-token

PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'printf "%q" "${PERSONAL_ACCESS_TOKEN}"') GITLAB_URL=$(docker exec -it gitlab bash -lc 'printf "%q" "${GITLAB_URL}"') npm run test

prepublishOnly

npm run build

semantic-release

semantic-release

Metadata

  • MIT
  • >=8.9.0
  • Justin Dalrymple
  • released 12/12/2018

Downloads