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