{"id":31658245,"url":"https://github.com/griffincancode/standardize","last_synced_at":"2025-10-07T15:16:05.152Z","repository":{"id":317798875,"uuid":"1060917055","full_name":"GriffinCanCode/Standardize","owner":"GriffinCanCode","description":"File formatting, done right.","archived":false,"fork":false,"pushed_at":"2025-09-21T01:03:53.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-03T06:08:54.581Z","etag":null,"topics":["black","file-formatting","formatting","iformat","mypy","prettier","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/GriffinCanCode.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-20T21:22:54.000Z","updated_at":"2025-09-21T01:07:26.000Z","dependencies_parsed_at":"2025-10-03T06:09:02.180Z","dependency_job_id":"639a868f-e02c-4f41-b599-76397c324dc9","html_url":"https://github.com/GriffinCanCode/Standardize","commit_stats":null,"previous_names":["griffincancode/standardize"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/GriffinCanCode/Standardize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriffinCanCode%2FStandardize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriffinCanCode%2FStandardize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriffinCanCode%2FStandardize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriffinCanCode%2FStandardize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GriffinCanCode","download_url":"https://codeload.github.com/GriffinCanCode/Standardize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriffinCanCode%2FStandardize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278795661,"owners_count":26047253,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["black","file-formatting","formatting","iformat","mypy","prettier","rust"],"created_at":"2025-10-07T15:16:00.184Z","updated_at":"2025-10-07T15:16:05.146Z","avatar_url":"https://github.com/GriffinCanCode.png","language":"Rust","readme":"# Standardize\n\nA high-performance, extensible code formatting tool designed to surpass existing solutions like Prettier and Black by providing consistent, configurable, and intelligent formatting across multiple programming languages.\n\n## Features\n\n- **Multi-Language Support**: Rust, Python, TypeScript/JavaScript with extensible plugin architecture\n- **Tree-sitter Powered**: Robust parsing with incremental updates\n- **High Performance**: Parallel processing and memory-efficient AST transformations\n- **Smart Formatting**: Context-aware formatting that respects developer intent\n- **Unified Configuration**: Consistent code style across polyglot codebases\n- **Developer Tools**: Format-on-save, git pre-commit hooks, partial file formatting\n- **Stable \u0026 Idempotent**: Consistent formatting results across runs\n\n## Installation\n\n```bash\ncargo install standardize\n```\n\n## Usage\n\n```bash\n# Format a single file\nstandardize format src/main.rs\n\n# Format entire project\nstandardize format .\n\n# Check formatting without making changes\nstandardize check src/\n\n# Watch and format on save\nstandardize watch src/\n```\n\n## Configuration\n\nCreate a `.standardize.toml` file in your project root:\n\n```toml\n[general]\nmax_line_length = 100\nindent_style = \"spaces\"\nindent_size = 4\n\n[rust]\nedition = \"2021\"\nformat_strings = true\n\n[python]\nline_length = 88\nquote_style = \"double\"\n\n[typescript]\nsemicolons = true\ntrailing_commas = \"es5\"\n```\n\n## Architecture\n\nBuilt with SOLID principles and modular design:\n\n- **Single Responsibility**: Each module has a focused purpose\n- **Open/Closed**: Extensible through plugins without modifying core\n- **Liskov Substitution**: Language formatters are interchangeable\n- **Interface Segregation**: Clean abstractions for parsing and formatting\n- **Dependency Inversion**: Core logic depends on abstractions, not implementations\n\n## Contributing\n\nBuilt by Griffin (@GriffinCanCode). Contributions welcome!\n\n## License\n\nMIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriffincancode%2Fstandardize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgriffincancode%2Fstandardize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriffincancode%2Fstandardize/lists"}