{"id":16485802,"url":"https://github.com/creeperyang/cytree","last_synced_at":"2025-10-27T18:31:12.524Z","repository":{"id":28632853,"uuid":"32151735","full_name":"creeperyang/cyTree","owner":"creeperyang","description":"An angular.js module of tree/treeview.","archived":false,"fork":false,"pushed_at":"2015-10-15T13:44:48.000Z","size":194,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T17:49:15.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creeperyang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-13T11:13:22.000Z","updated_at":"2017-12-07T10:26:15.000Z","dependencies_parsed_at":"2022-08-03T05:30:27.245Z","dependency_job_id":null,"html_url":"https://github.com/creeperyang/cyTree","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2FcyTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2FcyTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2FcyTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2FcyTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creeperyang","download_url":"https://codeload.github.com/creeperyang/cyTree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238536191,"owners_count":19488671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:27:18.559Z","updated_at":"2025-10-27T18:31:12.172Z","avatar_url":"https://github.com/creeperyang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cyTree\n\n**Tree + AngularJS**\n\nCode licensed under MIT License.\n\nThis plugin allows you create tree(treeview) easily and you can focus on your data.\n\n## Compatibility\n\nWork with modern browsers(Chrome/Firefox/Safari/IE9+).\n\n* The tree uses custom icons(pure css), and the icons depend on CSS3.\n* It's great if you use `bootstap3`. If not, set the `box-sizing` to `border-box`.\n\n**Note**: You can custom the template or custom the icon style to avoid problems above.\n\n## Usage\n\n### install via bower\n\nThe package is registered to bower, so you can install via bower:\n\n```shell\nbower install cytree\n```\n\n### install manually\n\n1. Download and include correct files in your webpage.(include `dist/cy-tree.js` and `dist/cy-tree.css`).\n2. Add dependency to your angular project. \n3. Use `cyTree` and `treeData` directives to generate tree/treeview.\n\n```html\n\u003cdiv class=\"cy-tree with-line\" cy-tree='true' tree-data=\"treeData\" tree-label-flag=\"name\" tree-child-flag=\"list\" debug-mode='true'\u003e\u003c/div\u003e\n```\n\n## Demo\n\n1. clone this project\n2. run command below and you can see demo(`http://0.0.0.0:9080/`)\n\n```shell\nnpm install \u0026\u0026 bower install\ngrunt serve\n```\n\nTree images:\n\n![tree](http://creeper-static.qiniudn.com/github-tree1.png)\n\n![tree-select](http://creeper-static.qiniudn.com/github-tree2.png)\n\n\u003e You may run into the `watch ENOSPC` error due to *Inotify Watches Limit*. If so, run command `echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf \u0026\u0026 sudo sysctl -p`.\n\n\nMore demos are coming.\n\n## Release History\n\n2015-06-10\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`v0.2.0`\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;add collapse and select event\n\n2015-04-02\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`v0.1.0`\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;v0.1.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreeperyang%2Fcytree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreeperyang%2Fcytree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreeperyang%2Fcytree/lists"}