{"id":25121329,"url":"https://github.com/mislam/typezero","last_synced_at":"2025-02-22T08:13:51.325Z","repository":{"id":274756415,"uuid":"923968747","full_name":"mislam/typezero","owner":"mislam","description":"Zero-config TypeScript starter for modern Node.js development. ESM, Vitest, ESLint, Prettier. Production-ready in seconds! ⚡","archived":false,"fork":false,"pushed_at":"2025-02-08T04:33:43.000Z","size":73,"stargazers_count":287,"open_issues_count":2,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-15T07:12:02.414Z","etag":null,"topics":["2025","backend","best","boilerplate","eslint","express","javascript","microservice","node","nodejs","prettier","project-template","serverless","service","starter","starter-kit","starterkit","template","typescript","vitest"],"latest_commit_sha":null,"homepage":"https://typezero.dev","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/mislam.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}},"created_at":"2025-01-29T06:54:47.000Z","updated_at":"2025-02-14T21:24:08.000Z","dependencies_parsed_at":"2025-01-29T07:38:29.193Z","dependency_job_id":null,"html_url":"https://github.com/mislam/typezero","commit_stats":null,"previous_names":["mislam/typezero"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ftypezero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ftypezero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ftypezero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ftypezero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mislam","download_url":"https://codeload.github.com/mislam/typezero/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240054520,"owners_count":19740836,"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":["2025","backend","best","boilerplate","eslint","express","javascript","microservice","node","nodejs","prettier","project-template","serverless","service","starter","starter-kit","starterkit","template","typescript","vitest"],"created_at":"2025-02-08T06:17:49.084Z","updated_at":"2025-02-22T08:13:51.318Z","avatar_url":"https://github.com/mislam.png","language":"TypeScript","readme":"# TypeZero ⚡️ A Next-Gen Node.js + TypeScript Starter Kit for 2025\n\n![Node.js Version](https://img.shields.io/badge/Node.js-%3E%3D22-blue)\n![TypeScript Version](https://img.shields.io/badge/TypeScript-5.7-blue)\n![MIT License](https://img.shields.io/badge/License-MIT-orange)\n![Production Ready](https://img.shields.io/badge/Production-Ready-brightgreen)\n\n**The zero-configuration TypeScript boilerplate for modern backend\ndevelopment** - Start building production-ready Node.js applications in seconds!\n⏱️\n\n## Why TypeZero?\n\nTired of wasting hours configuring TypeScript projects? TypeZero eliminates the\nsetup headache with:\n\n⚡ **Blazing-fast development workflow** with live reload  \n🔒 **Enterprise-grade code quality** (Biome + TypeScript)  \n📦 **Future-proof ESM architecture** (Native ES Modules)  \n🧪 **Testing powerhouse** (Vitest + 90% coverage enforcement)  \n🚀 **Batteries-included** for 2025 backend development\n\n## Get Started\n\n### Create New Project\n\nScaffold a new project using your favorite package manager:\n\n```bash\n# NPM\nnpm create typezero@latest\n\n# Yarn\nyarn create typezero\n\n# PNPM\npnpm create typezero\n\n# Bun\nbun create typezero\n```\n\n### Development Workflow\n\nUse these essential commands to accelerate your development experience:\n\n| Command                 | Action                              |\n| ----------------------- | ----------------------------------- |\n| `npm run dev`           | Start dev server with file watching |\n| `npm run check`         | Verify code formatting \u0026 lint rules |\n| `npm run fix`           | Auto-fix formatting \u0026 lint issues   |\n| `npm run format`        | Format code without lint fixes      |\n| `npm test`              | Execute test suite                  |\n| `npm run test:coverage` | Generate coverage reports           |\n| `npm run clean`         | Clean build directory               |\n| `npm run build`         | Create production build             |\n| `npm start`             | Start optimized production server   |\n\n## Features\n\n⚡ **TypeScript 5.7** - Strict type safety  \n🛠️ **Biome** - Unified formatting \u0026 linting  \n🧪 **Vitest** - Fast testing with ≥90% coverage  \n📦 **Native ESM** - Modern import/export syntax  \n🚀 **Production-ready** - Optimized build and runtime configuration  \n🔄 **Live reload** - Server restarts on file changes\n\n## Project Structure\n\n```tree\nmy-app/\n│\n├── src/               # Source code\n│   ├── index.ts       # Entry point\n│   ├── index.test.ts  # Entry point test suites\n│   └── utils/         # Utility modules\n│\n├── build/             # Compiled output\n│\n├── .env               # Environment variables\n├── .vscode/           # Editor settings\n├── biome.json         # Biome configuration\n├── tsconfig.json      # TypeScript configuration\n└── vite.config.ts     # Vitest configuration\n```\n\n## Editor Integration\n\nVS Code will automatically recommend [Biome](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) for linting and formatting.\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for details.\n\n## Contributing\n\nWe welcome contributions through:\n\n🐛 Bug Reports  \n💡 Feature Requests  \n📚 Documentation Improvements  \n🛠️ Code Contributions\n\nPlease review our [Contribution Guide](CONTRIBUTING.md) before submitting changes.\n\n**Development Note**  \nThis template uses `pnpm` for development to ensure consistent dependencies.\nThe `pnpm-lock.yaml` is only used for template development and won't be\nincluded in your project when using `npm create typezero`.\n\n\u003e **Powered by TypeZero**  \n\u003e If this starter kit helps accelerate your development, consider showing your support with a ⭐ on [GitHub](https://github.com/mislam/typezero)!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislam%2Ftypezero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmislam%2Ftypezero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislam%2Ftypezero/lists"}