Skip to content

一个针对 GitLab的 代码Tree 谷歌浏览器插件,修改了一些源项目的一些bug

License

Notifications You must be signed in to change notification settings

cMing1997/span-tree

 
 

Repository files navigation

🌳 SpanTree

       

📖 About

Browser extension that makes navigating a GitLab repository feel like a breeze by providing a familiar tree structure.

✨ Stargazers

Stargazers repo roster for @tavyandy97/span-tree

💻 Development Setup

Pre-Requisites:

  1. Install Node.js (v10.17.0)

  2. Install gulp-cli

    $ npm install -g gulp-cli
    

Steps:

  1. Clone the repository to your local system

  2. Install all the dependencies

    $ npm install
  3. 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)

  4. 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)

  5. 如果你想获取打包之后的产物

    npm run pack
  6. 如果不能访问谷歌应用商店,可以直接使用项目目录中的 span-tree-gitlab

💳 Credits

SpanTree uses the following open-source packages:

About

一个针对 GitLab的 代码Tree 谷歌浏览器插件,修改了一些源项目的一些bug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • CSS 14.8%
  • Other 0.1%