All Projects β†’ xiaoluoboding β†’ Repository Tree

xiaoluoboding / Repository Tree

Licence: mit
🌲Pretty display directory tree view of a GitHub repository.

Projects that are alternatives of or similar to Repository Tree

fsify
Convert an array of objects into a persistent or temporary directory structure.
Stars: ✭ 24 (-57.14%)
Mutual labels:  tree, directory
Tree Node Cli
🌲 Node.js library to list the contents of directories in a tree-like format, similar to the Linux tree command
Stars: ✭ 102 (+82.14%)
Mutual labels:  directory, tree
gitree
Print a directory tree that shows Git status and ignores files dictated by .gitignore.
Stars: ✭ 32 (-42.86%)
Mutual labels:  tree, directory
gtree
Output tree🌳 or Make directoriesπŸ“ from #Markdown or Programmatically. Provide CLI, Golang library and Web (using #Wasm ).
Stars: ✭ 88 (+57.14%)
Mutual labels:  tree, directory
directory-structure
πŸ“¦ Print a directory tree structure in your Python code.
Stars: ✭ 40 (-28.57%)
Mutual labels:  tree, directory
Deepdiff
Deep Difference and search of any Python object/data.
Stars: ✭ 985 (+1658.93%)
Mutual labels:  tree
Treedrawer
treedrawer is a Go module for drawing trees on the terminal.
Stars: ✭ 43 (-23.21%)
Mutual labels:  tree
Jqtree
Tree widget for jQuery
Stars: ✭ 977 (+1644.64%)
Mutual labels:  tree
Landr
Repository + Landr = Website
Stars: ✭ 30 (-46.43%)
Mutual labels:  repository
Active fedora
A Rails interface to the Fedora repository, akin to ActiveModel
Stars: ✭ 52 (-7.14%)
Mutual labels:  repository
Pibench
Benchmarking framework for index structures on persistent memory
Stars: ✭ 46 (-17.86%)
Mutual labels:  tree
Repository Edge
EDGE - Home Assistant Community Add-ons
Stars: ✭ 42 (-25%)
Mutual labels:  repository
Urf.core.sample
URF.Core Sample Solution - E2E sample built with ASP.NET Core, Entity Framework Core, URF.Core, Angular, Kendo UI & OData Core. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 40 (-28.57%)
Mutual labels:  repository
Algorithm Notes
Comprehensive algorithms solution to help engineers prepare their interviews and future study
Stars: ✭ 44 (-21.43%)
Mutual labels:  tree
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-37.5%)
Mutual labels:  tree
Angular Draggable Mat Tree
Example implementation of drag and drop on Angular Material Tree
Stars: ✭ 47 (-16.07%)
Mutual labels:  tree
Algorithms
Study cases for Algorithms and Data Structures.
Stars: ✭ 32 (-42.86%)
Mutual labels:  tree
Weihanli.entityframework
EntityFramework extensions
Stars: ✭ 42 (-25%)
Mutual labels:  repository
Angular Tree Component
A simple yet powerful tree component for Angular (>=2)
Stars: ✭ 1,031 (+1741.07%)
Mutual labels:  tree
Geodirectory
GeoDirectory is the fastest growing Directory plugin for WordPress. Feel free to contribute or suggest new developments and help us take GD to the next level. http://wpgeodirectory.com | http://wordpress.org/plugins/geodirectory/
Stars: ✭ 41 (-26.79%)
Mutual labels:  directory

Repository Tree

Travis Build Status GitHub license GitHub stars

Pretty display directory tree view of a GitHub repository. Demo

Preview

img

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].