{"id":18751166,"url":"https://github.com/appzic/refinecss","last_synced_at":"2026-04-26T20:32:25.707Z","repository":{"id":65150726,"uuid":"582346348","full_name":"appzic/refinecss","owner":"appzic","description":"Post build unused css remover","archived":false,"fork":false,"pushed_at":"2023-04-09T14:36:12.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T13:48:12.125Z","etag":null,"topics":["css","postbuild","purgecss","purifycss","unusedcss"],"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/appzic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-26T14:32:01.000Z","updated_at":"2022-12-29T16:48:53.000Z","dependencies_parsed_at":"2024-10-04T23:20:51.815Z","dependency_job_id":null,"html_url":"https://github.com/appzic/refinecss","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.08695652173913049,"last_synced_commit":"1c20838eb0d17c6c89889fe93febbf63e22436dd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/appzic/refinecss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Frefinecss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Frefinecss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Frefinecss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Frefinecss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appzic","download_url":"https://codeload.github.com/appzic/refinecss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Frefinecss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","postbuild","purgecss","purifycss","unusedcss"],"created_at":"2024-11-07T17:14:43.174Z","updated_at":"2026-04-26T20:32:25.686Z","avatar_url":"https://github.com/appzic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"refinecss-logo\" src=\"./logo/refinecss_logo.jpg\"/\u003e   \n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eRefineCSS\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cb\u003ePost build unused css remover\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" style=\"align: center;\"\u003e\n        \u003ca href=\"https://github.com/appzic/refinecss/blob/main/.github/workflows/main.yml\"\u003e\n            \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/appzic/refinecss/main.yml\"\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://www.npmjs.com/package/refinecss\"\u003e\n            \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/refinecss\"\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://www.npmjs.com/package/refinecss\"\u003e\n            \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/dw/refinecss\"\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://github.com/appzic/refinecss/blob/main/LICENSE\"\u003e\n            \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/appzic/refinecss\"\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\n## 📖 Table of Contents\n\n- [📖 Table of Contents](#-table-of-contents)\n- [🚀 Getting Started](#-getting-started)\n  - [Installation](#installation)\n  - [Remove unused css](#remove-unused-css)\n- [💻 Command-line](#-command-line)\n- [🙏 Contributing](#-contributing)\n- [❤️ Contributors](#️-contributors)\n- [🛡️ License](#️-license)\n\n## 🚀 Getting Started\n\n### Installation\n\nWe recommend installing RefineCSS as a dev dependency\n\n```bash\nnpm i -D refinecss\n```\n\n### Remove unused css\n\nAfter your final build, you can run the following command to remove unused CSS\n\n```\nrefinecss \u003cbuild directory\u003e\n```\n\nAfter removing unused CSS, the results are displayed on the console.\n\n![refinecss results](https://user-images.githubusercontent.com/64678612/210082324-b7768f87-8154-47a7-914f-6b87b20122ca.png)\n\n## 💻 Command-line\n\n```\nPost build unused css remover\nUsage: refinecss \u003cdirectory of final build\u003e [options]\n\nOptions:\n  --help                Show help                                       [boolean]\n  --version             Show version number                             [boolean]\n\nExamples:\n  refinecss ./dist       with the directory of final build.\n```\n\n## 🙏 Contributing\n\nIf you want to open an issue, create a Pull Request, or simply want to know how you can run it on your local machine, please read the [Contributing Guide](https://github.com/appzic/refinecss/blob/main/CONTRIBUTING.md).\n\n## ❤️ Contributors\n\n\u003ca href=\"https://github.com/appzic/refinecss/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=appzic/refinecss\" /\u003e\n\u003c/a\u003e\n\n## 🛡️ License\n\nrefinecss is [MIT](https://github.com/appzic/refinecss/blob/main/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzic%2Frefinecss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappzic%2Frefinecss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzic%2Frefinecss/lists"}