{"id":28855907,"url":"https://github.com/devgauravjatt/obuild-starter","last_synced_at":"2026-05-08T13:02:30.511Z","repository":{"id":299413560,"uuid":"1002949623","full_name":"devgauravjatt/obuild-starter","owner":"devgauravjatt","description":"A minimal yet powerful ⚙️ starter template for creating packages with obuild.","archived":false,"fork":false,"pushed_at":"2025-06-16T12:04:42.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T12:49:40.113Z","etag":null,"topics":["antfu","npm","oxc","oxc-resolver","package-builder","packge","rolldown","starter-project","starter-template","unjs","unjs-nitro","vite"],"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/devgauravjatt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2025-06-16T11:47:46.000Z","updated_at":"2025-06-16T12:10:09.000Z","dependencies_parsed_at":"2025-06-16T12:49:44.453Z","dependency_job_id":"74640999-65cf-4f89-8abf-fe23700dd1f6","html_url":"https://github.com/devgauravjatt/obuild-starter","commit_stats":null,"previous_names":["devgauravjatt/obuild-starter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/devgauravjatt/obuild-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgauravjatt%2Fobuild-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgauravjatt%2Fobuild-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgauravjatt%2Fobuild-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgauravjatt%2Fobuild-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgauravjatt","download_url":"https://codeload.github.com/devgauravjatt/obuild-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgauravjatt%2Fobuild-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["antfu","npm","oxc","oxc-resolver","package-builder","packge","rolldown","starter-project","starter-template","unjs","unjs-nitro","vite"],"created_at":"2025-06-20T00:09:24.231Z","updated_at":"2026-05-08T13:02:30.502Z","avatar_url":"https://github.com/devgauravjatt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡️ Obuild-starter\n\n[![License](https://img.shields.io/github/license/devgauravjatt/obuild-starter?style=for-the-badge)](https://github.com/devgauravjatt/obuild-starter/LICENSE)\n[![TypeScript](https://img.shields.io/badge/TypeScript-4.x-blue?style=for-the-badge\u0026logo=typescript)](https://www.typescriptlang.org/)\n[![pnpm](https://img.shields.io/badge/Built%20with-pnpm-F69220?style=for-the-badge\u0026logo=pnpm)](https://pnpm.io)\n[![Vitest](https://img.shields.io/badge/Tested%20with-Vitest-6E9F18?style=for-the-badge\u0026logo=vitest)](https://vitest.dev)\n[![ESLint](https://img.shields.io/badge/Code%20style-Antfu-4B32C3?style=for-the-badge\u0026logo=eslint)](https://github.com/antfu/eslint-config)\n[![Prettier](https://img.shields.io/badge/Formatted%20with-Prettier-F7B93E?style=for-the-badge\u0026logo=prettier)](https://prettier.io/)\n\nA minimal yet powerful ⚙️ **starter template** for creating packages with [`obuild`](https://github.com/unjs/obuild).\n\n---\n\n## ✨ Features\n\n- 🚀 **Zero-config** setup with [`obuild`](https://github.com/unjs/obuild)\n- 🧑‍💻 **TypeScript** with strict mode support\n- 🧹 **ESLint** using [@antfu/eslint-config](https://github.com/antfu/eslint-config)\n- 🧼 **Prettier** for consistent formatting\n- 🧪 **Vitest** for blazing fast tests\n- 📦 **Single-command release** using [bumpp](https://github.com/antfu/bumpp)\n\n---\n\n## 🚀 Getting Started\n\n```bash\n# 1. Clone the repo\ngit clone https://github.com/devgauravjatt/obuild-starter.git\n\n# 2. Install dependencies\npnpm install\n\n# 3. Build your package\npnpm run build\n\n# 4. Run tests\npnpm run test\n\n# 5. Type-check your code\npnpm run typecheck\n\n# 6. Format code\npnpm run format\n\n# 7. Release (bump version + publish to npm)\npnpm run release\n```\n\n---\n\n## 📦 Ideal For\n\n- Rapidly starting a new npm package\n- Building TypeScript-first libraries\n- Maintaining consistent lint/format/test configs across projects\n\n---\n\n## 📝 License\n\nMIT License © 2025\nMade with ❤️ by [Dev Gaurav Jatt](https://github.com/devgauravjatt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgauravjatt%2Fobuild-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgauravjatt%2Fobuild-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgauravjatt%2Fobuild-starter/lists"}