gitlab

v4.0.0-rc.1
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 && codecov

prepublishOnly

npm run build

semantic-release

semantic-release

Metadata

  • MIT
  • >=8.9.0
  • Justin Dalrymple
  • released 8/28/2018

Downloads