{"id":16529097,"url":"https://github.com/azinit/archpolisher","last_synced_at":"2026-06-04T18:31:47.327Z","repository":{"id":37258069,"uuid":"502739121","full_name":"azinit/archpolisher","owner":"azinit","description":"🍰 Architecture analyze toolkit","archived":false,"fork":false,"pushed_at":"2022-06-21T20:33:40.000Z","size":430,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-18T01:54:21.239Z","etag":null,"topics":["abstractness","clean-architecture","clustering","instability","software-design"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/archpolisher","language":"TypeScript","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/azinit.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":"2022-06-12T22:10:24.000Z","updated_at":"2023-03-09T01:19:31.000Z","dependencies_parsed_at":"2022-08-22T12:20:48.257Z","dependency_job_id":null,"html_url":"https://github.com/azinit/archpolisher","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinit%2Farchpolisher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinit%2Farchpolisher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinit%2Farchpolisher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azinit%2Farchpolisher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azinit","download_url":"https://codeload.github.com/azinit/archpolisher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241618658,"owners_count":19991916,"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":["abstractness","clean-architecture","clustering","instability","software-design"],"created_at":"2024-10-11T17:43:10.260Z","updated_at":"2025-03-03T06:26:04.004Z","avatar_url":"https://github.com/azinit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [🍰 archpolisher](https://www.npmjs.com/package/archpolisher)\n\n\u003e `WIP:` At the moment at work  - **use carefully**\n\u003e\n\u003e \u003csup\u003e(C) KPFU ITIS diploma work 2022\u003c/sup\u003e\n\n**Architecture analyze toolkit**\n\n- calculate architectural metrics (Instability \u0026 Abstractness)\n- clusterize modules and search architectural issues\n- provides interactive UI with issues details\n\n![screen-ui](https://raw.githubusercontent.com/azinit/archpolisher/master/assets/screen-ui.png)\n\n## Get Started\n\n1. Setup user config `.archpolisherrc`\n\n    ```js\n    {\n        /** modules | files */\n        \"strategy\": \"modules\",\n        /** Analysis options (files filter, module graph rollout depth) */\n        \"analyzer\": {\n            \"extensions\": [\"tsx\", \"ts\", \"jsx\", \"js\"],\n            \"abstractnessDepth\": 5,\n            \"root\": \"./src/index.ts\",\n        },\n        /** Clustering options (neares neighbours num and neighbours nums) */\n        \"clustering\": {\n            \"neighNum\": 1,\n            \"neighRadius\": 0.05\n            \"spread\": 0.00,\n            \"withFSDist\": true,\n        },\n        /** Refactor options (dists, ui) */\n        \"refactorer\": {\n            \"onlyIssues\": false,\n            \"minDist\": 1,\n            \"minDiff\": 3,\n        },\n    }\n    ```\n\n2. Run toolkit\n\n    ```sh\n    $ npx archpolisher\n    ```\n\n\u003c!-- \n## Roadmap\n\nWIP...\n\n## See also\n\nWIP... --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazinit%2Farchpolisher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazinit%2Farchpolisher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazinit%2Farchpolisher/lists"}