Browser extension that makes navigating a GitLab repository feel like a breeze by providing a familiar tree structure.
Pre-Requisites:
-
Install Node.js (v10.17.0)
-
Install gulp-cli
$ npm install -g gulp-cli
Steps:
-
Clone the repository to your local system
-
Install all the dependencies
$ npm install
-
Now to start the server which shall compile the extension in real time
$ gulp watch
(You'll observe a build folder being formed inside the project folder)
-
Load the chrome extension from the build folder. ( first enable developer mode inside Chrome)
(For reference follow: https://thoughtbot.com/blog/how-to-make-a-chrome-extension)
-
如果你想获取打包之后的产物
npm run pack
-
如果不能访问谷歌应用商店,可以直接使用项目目录中的
span-tree-gitlab
SpanTree uses the following open-source packages: