{"id":15601625,"url":"https://github.com/julianrubisch/attractor-ruby","last_synced_at":"2025-04-28T11:23:22.362Z","repository":{"id":53303009,"uuid":"234874760","full_name":"julianrubisch/attractor-ruby","owner":"julianrubisch","description":"code complexity metrics visualization and exploration tool for ruby","archived":false,"fork":false,"pushed_at":"2023-04-15T16:28:26.000Z","size":20711,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T11:23:20.917Z","etag":null,"topics":["code-quality","complexity","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/julianrubisch.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-19T09:38:27.000Z","updated_at":"2024-01-19T09:26:50.000Z","dependencies_parsed_at":"2024-12-12T14:45:20.636Z","dependency_job_id":null,"html_url":"https://github.com/julianrubisch/attractor-ruby","commit_stats":{"total_commits":18,"total_committers":4,"mean_commits":4.5,"dds":0.4444444444444444,"last_synced_commit":"7f8502e32773f1d4d05bb86b0dadaabcc26adba2"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianrubisch%2Fattractor-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianrubisch%2Fattractor-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianrubisch%2Fattractor-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianrubisch%2Fattractor-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julianrubisch","download_url":"https://codeload.github.com/julianrubisch/attractor-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251303339,"owners_count":21567676,"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":["code-quality","complexity","ruby"],"created_at":"2024-10-03T02:23:33.607Z","updated_at":"2025-04-28T11:23:22.342Z","avatar_url":"https://github.com/julianrubisch.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n[attractor]: https://github.com/julianrubisch/attractor-ruby\n[forks-shield]: https://img.shields.io/github/forks/julianrubisch/attractor-ruby.svg?style=flat-square\n[forks-url]: https://github.com/julianrubisch/attractor-ruby/network/members\n[stars-shield]: https://img.shields.io/github/stars/julianrubisch/attractor-ruby.svg?style=flat-square\n[stars-url]: https://github.com/julianrubisch/attractor-ruby/stargazers\n[issues-shield]: https://img.shields.io/github/issues/julianrubisch/attractor-ruby.svg?style=flat-square\n[issues-url]: https://github.com/julianrubisch/attractor-ruby/issues\n\u003c!-- [license-shield]: https://img.shields.io/github/license/julianrubisch/attractor-ruby.svg?style=flat-square --\u003e\n\u003c!-- [license-url]: https://github.com/julianrubisch/attractor-ruby/blob/master/LICENSE.txt --\u003e\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n\u003c!--[![MIT License][license-shield]][license-url]--\u003e\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/julianrubisch/attractor\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/4352208/65411858-3dc84200-ddee-11e9-99b6-c9cdbeb533c5.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\n  \u003ch2 align=\"center\"\u003eAttractor Ruby Plugin\u003c/h2\u003e\n\u003c/p\u003e\n\n[Attractor][attractor] plugin for the Ruby programming language and its ecosystem\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Getting Started](#getting-started)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nThis is a plugin to help you visualize code complexity metrics for your Ruby code. If you are not familiar with [Attractor][attractor], take a look at the main repo first.\n\n### Installation\n\nAdd this to your application's Gemfile:\n\n```ruby\ngem 'attractor'\ngem 'attractor-ruby'\n```\n\nAnd then execute:\n\n```sh\nbundle install\n```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nTo create a HTML report in `attractor_output/index.html`, try\n\n```sh\nbundle exec attractor report\n```\n\nIf you'd like to specify a directory, use the file prefix option:\n\n```sh\nbundle exec attractor report --file_prefix app/models\n```\n\nOr shorter:\n\n```sh\nbundle exec attractor report -p app/models\n```\n\nWatch for file changes:\n\n```sh\nbundle exec attractor report -p app/models --watch\n```\n\nServe at http://localhost:7890:\n\n```sh\nbundle exec attractor serve -p app/models\n```\n\nEnable rack-livereload:\n\n```sh\nbundle exec attractor serve -p app/models --watch\n```\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n\u003c!--## License --\u003e\n\n\u003c!-- Distributed under the MIT License. See `LICENSE` for more information. --\u003e\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.andrewmason.me/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/18423853?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrew Mason\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/julianrubisch/attractor-ruby/commits?author=andrewmcodes\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/julianrubisch/attractor-ruby/commits?author=andrewmcodes\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.julianrubisch.at\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/4352208?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJulian Rubisch\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/julianrubisch/attractor-ruby/commits?author=julianrubisch\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://experimentslabs.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1732268?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eManuel Tancoigne\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/julianrubisch/attractor-ruby/commits?author=mtancoigne\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianrubisch%2Fattractor-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulianrubisch%2Fattractor-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianrubisch%2Fattractor-ruby/lists"}