{"id":17212423,"url":"https://github.com/jackfirth/resyntax","last_synced_at":"2025-04-09T12:04:05.193Z","repository":{"id":39869358,"uuid":"328049080","full_name":"jackfirth/resyntax","owner":"jackfirth","description":"A Racket refactoring engine","archived":false,"fork":false,"pushed_at":"2025-04-06T10:57:43.000Z","size":713,"stargazers_count":63,"open_issues_count":60,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T13:54:49.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackfirth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2021-01-09T01:19:13.000Z","updated_at":"2025-04-06T10:57:46.000Z","dependencies_parsed_at":"2024-08-17T02:25:53.575Z","dependency_job_id":"dc1e4045-048d-43da-a0a5-c370bb2f44c3","html_url":"https://github.com/jackfirth/resyntax","commit_stats":{"total_commits":278,"total_committers":7,"mean_commits":"39.714285714285715","dds":0.08273381294964033,"last_synced_commit":"76949ae1d5422bc0ce9390b775a8bdab54cb1852"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jackfirth/racket-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fresyntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fresyntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fresyntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fresyntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackfirth","download_url":"https://codeload.github.com/jackfirth/resyntax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036064,"owners_count":21037092,"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-15T03:00:00.128Z","updated_at":"2025-04-09T12:04:05.169Z","avatar_url":"https://github.com/jackfirth.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# resyntax [![CI Status][ci-status-badge]][ci-status] [![Documentation][docs-badge]][docs]\n\nA refactoring tool for Racket built on top of `syntax-parse`.\n\n[ci-status]: https://github.com/jackfirth/resyntax/actions\n[ci-status-badge]: https://github.com/jackfirth/resyntax/workflows/CI/badge.svg\n[docs]: https://docs.racket-lang.org/resyntax/index.html\n[docs-badge]: https://img.shields.io/badge/docs-published-blue.svg\n\n## Quickstart\n\nUse the Racket package manager to install in the installation scope.  \n```\nraco pkg install --installation resyntax\n```\nThe `--installation` flag (shorthand for `--scope installation`) installs packages for all users of a Racket installation and ensures `resyntax` is in your `$PATH`. \n\ne.g. \n```\n% resyntax analyze --file coroutines-example.rkt\nresyntax: --- analyzing code ---\nresyntax: --- displaying results ---\n%\n```\n\nSee the documentation for more details on how to use `resyntax`.\n\n## Examples\n\nResyntax integrates with GitHub in two ways: an _analyzer_ GitHub action that reviews pull requests, and an _autofixer_ GitHub action that periodically creates pull requests cleaning up a repository. You can find reviews the Resyntax analyzer has left on GitHub pull requests \"in the wild\" using [this search](https://github.com/search?q=%22Resyntax%20analyzed%22%20%22added%20suggestions%22%20in%3Acomments%20is%3Apr%20sort%3Aupdated%20\u0026type=pullrequests). To find pull requests created by the autofixer, use [this search](https://github.com/search?q=author%3Aapp%2Fresyntax-ci\u0026type=pullrequests).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fresyntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackfirth%2Fresyntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fresyntax/lists"}