Pretty display directory tree view of a GitHub repository. Demo
- Pretty display repository tree view
- Copy repository tree view to clipboard
- Support choose other repository branches
├─ dist
│ ├─ octicons.eot
│ ├─ octicons.svg
│ ├─ octicons.ttf
│ ├─ octicons.woff
│ ├─ octicons.woff2
│ ├─ repository-tree.js
│ └─ repository-tree.js.map
├─ src
│ ├─ components
│ │ ├─ NavBar.vue
│ │ ├─ Tree.vue
│ │ └─ main.vue
│ ├─ vuex
│ │ ├─ modules
│ │ │ └─ github.js
│ │ ├─ actions.js
│ │ ├─ mutation-types.js
│ │ └─ store.js
│ ├─ App.vue
│ ├─ main.js
│ └─ router.js
├─ .babelrc
├─ .editorconfig
├─ .gitignore
├─ LICENSE
├─ README.md
├─ index.html
├─ package.json
└─ webpack.config.js
MIT