Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 518 Bytes

DEVELOP.md

File metadata and controls

34 lines (27 loc) · 518 Bytes

Migrate GitLab repo(s) to GitHub

Migrate all the projects within a specific group on Gitlab to repositories under specific organisation on Github.

Install node dependencies

$ npm install

Run the tests

$ npm test

Run eslint

$ npm run lint

Run eslint to fix the common problem(s)

$ npm run lint-fix

Run the tests in watch mode

$ npm run test-watch

Run the tests with Mocha Jenkins Reporter

$ npm run test-jenkins