https://github.com/xiaoluoboding/repository-tree
π²Pretty display directory tree view of a GitHub repository.
https://github.com/xiaoluoboding/repository-tree
directory directory-tree repository tree
Last synced: about 2 months ago
JSON representation
π²Pretty display directory tree view of a GitHub repository.
- Host: GitHub
- URL: https://github.com/xiaoluoboding/repository-tree
- Owner: xiaoluoboding
- License: mit
- Created: 2016-08-15T15:38:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T07:05:43.000Z (over 9 years ago)
- Last Synced: 2024-12-30T22:11:17.512Z (over 1 year ago)
- Topics: directory, directory-tree, repository, tree
- Language: Vue
- Homepage: https://xiaoluoboding.github.io/repository-tree/
- Size: 880 KB
- Stars: 74
- Watchers: 2
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repository Tree
[](https://travis-ci.org/xiaoluoboding/repository-tree.svg?branch=master)
[](https://raw.githubusercontent.com/xiaoluoboding/repository-tree/master/LICENSE)
[](https://github.com/xiaoluoboding/vue-repository-tree/stargazers)
> Pretty display directory tree view of a GitHub repository. [Demo](https://xiaoluoboding.github.io/repository-tree/)
## Preview

## Feature
- [x] Pretty display repository tree view
- [x] 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