Skip to content

workerb-io/wb-gitlab

Repository files navigation

wb-gitlab

workerB package for Gitlab

Demo

How to install:

  • Create account on workerb.
  • Install workerb extension.
  • Add Gitlab package.
  • Setup Gitlab package.
  • To open action bar press Ctrl + k
  • 🚀🚀

MAIN URI : https://gitlab.example.com/api/v4

Development

  • To install project dependencies, run yarn install.

  • To build the project, run yarn build (production build).

  • To continuously build the project, run yarn watch (but this will not build new files and folders that you create while developing the project).

  • Run yarn build or yarn watch in terminal

  • Log into https://workerb.app.

  • Press Ctrl + k to open workerB action bar.

  • Run dev on in the workerB action bar. dev on

  • Hit Enter to stat the dev mode (notification will come on top right corner indicating dev mode is on)

  • Run loadDir <path> in the workerB action bar. path is the path of the dist folder generated by yarn.

  • For path of your dist folder append file:/// in the start in case of windows or macOS Load Dir

  • Make sure that you turned Allow access to file URLs option for workerB extension.

  • To do that, navigate to chrome://extension in your chrome browser and click the Details button for workerB extension.

    Details button

  • Then turn the Allow access to file URLs option on Allow Access To File URL

  • After successfully loading your dist location scripts you can start using workerB dist start

  • To remove the dist folder and script use removeDir command (notification will come on top right corner indicating taht script is removed) removeDir

  • Hit enter to remove the dist scripts

  • To re index whole scripts again (used in case of loading new content from APIs or see the logs) type reIndex in workerB action bar. reIndex

  • Hit Enter to re index.

Support