{"id":21908633,"url":"https://github.com/fuseraft/code-reference-finder","last_synced_at":"2025-07-06T02:37:19.859Z","repository":{"id":65798363,"uuid":"600112826","full_name":"fuseraft/code-reference-finder","owner":"fuseraft","description":"A source code analyzer to find targets and their references in very large solutions.","archived":false,"fork":false,"pushed_at":"2023-02-10T23:06:10.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T03:52:40.772Z","etag":null,"topics":["file-contents-searcher","find-all","finder","finding-files","parser","reference-counting","ruby","source-code-analysis"],"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/fuseraft.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}},"created_at":"2023-02-10T16:02:23.000Z","updated_at":"2023-02-10T16:43:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b671e150-2540-4b19-85b6-741fd7820403","html_url":"https://github.com/fuseraft/code-reference-finder","commit_stats":null,"previous_names":["fuseraft/code-reference-finder","scstauf/code-reference-finder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Fcode-reference-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Fcode-reference-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Fcode-reference-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Fcode-reference-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuseraft","download_url":"https://codeload.github.com/fuseraft/code-reference-finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244924752,"owners_count":20532873,"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":["file-contents-searcher","find-all","finder","finding-files","parser","reference-counting","ruby","source-code-analysis"],"created_at":"2024-11-28T17:13:04.083Z","updated_at":"2025-03-22T07:47:17.498Z","avatar_url":"https://github.com/fuseraft.png","language":"Ruby","readme":"# code-reference-finder\nA source code analyzer to find targets and their references in very large solutions.\n\nYou can find the gem here: [https://rubygems.org/gems/code_reference_finder](https://rubygems.org/gems/code_reference_finder)\n\n# installation\n```\ngem install code_reference_finder\n```\n\n# example usage\n```ruby\nrequire 'code_reference_finder'\n\n# Search a directory for .java files containing [abc, = abc.] and ignore imports.\nref_finder = CodeReferenceFinder.new\nrefs = ref_finder.get_refs(\n    dir: '/path/to/src/main/', \n    ext: '.java', \n    target: ['abc', '= abc.'],\n    ignore: ['import com.', 'import org.']\n)\n\nputs ref_finder.get_pretty_json\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuseraft%2Fcode-reference-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuseraft%2Fcode-reference-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuseraft%2Fcode-reference-finder/lists"}