{"id":50848231,"url":"https://github.com/alpheuscfg/oxfmt","last_synced_at":"2026-06-14T12:00:14.366Z","repository":{"id":361090138,"uuid":"1186027034","full_name":"alpheuscfg/oxfmt","owner":"alpheuscfg","description":"A shareable Oxfmt configuration","archived":false,"fork":false,"pushed_at":"2026-06-12T00:10:15.000Z","size":356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T02:07:19.941Z","etag":null,"topics":["config","javascript","oxc","oxfmt","shareable","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpheuscfg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-19T07:29:23.000Z","updated_at":"2026-06-12T00:10:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alpheuscfg/oxfmt","commit_stats":null,"previous_names":["alpheuscfg/oxfmt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alpheuscfg/oxfmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheuscfg%2Foxfmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheuscfg%2Foxfmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheuscfg%2Foxfmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheuscfg%2Foxfmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpheuscfg","download_url":"https://codeload.github.com/alpheuscfg/oxfmt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheuscfg%2Foxfmt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34320273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["config","javascript","oxc","oxfmt","shareable","typescript"],"created_at":"2026-06-14T12:00:13.515Z","updated_at":"2026-06-14T12:00:14.360Z","avatar_url":"https://github.com/alpheuscfg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oxfmt Configuration\n\nA shareable Oxfmt configuration.\n\n## Installation\n\nInstall these packages as a dev dependencies in the project:\n\n```sh\n# npm\nnpm i -D oxfmt @apst/oxfmt\n\n# Yarn\nyarn add -D oxfmt @apst/oxfmt\n\n# pnpm\npnpm add -D oxfmt @apst/oxfmt\n\n# Bun\nbun add -D oxfmt @apst/oxfmt\n```\n\n## Usage\n\nImplement the configuration into `oxfmt.config.ts`:\n\n```ts\nimport { defineConfig } from \"@apst/oxfmt\";\n\nexport default defineConfig();\n```\n\nIt is possible to override the default configuration by passing an object to the `defineConfig` function:\n\n```ts\nimport { defineConfig } from \"@apst/oxfmt\";\nimport { IGNORE_PATTERNS_DEFAULT } from \"@apst/oxfmt/constants/ignore-patterns\";\n\nexport default defineConfig({\n    ignorePatterns: [\n        ...IGNORE_PATTERNS_DEFAULT,\n        // ...\n    ],\n});\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpheuscfg%2Foxfmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpheuscfg%2Foxfmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpheuscfg%2Foxfmt/lists"}