Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.64 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.64 KB

Repository Tree

Travis Build Status GitHub license GitHub stars

Pretty display directory tree view of a GitHub repository. Demo

Preview

img

Feature

  • Pretty display repository tree view
  • Copy repository tree view to clipboard
  • Support choose other repository branches

Pretty display

├─ 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

License

MIT