{"id":25814484,"url":"https://github.com/mislam/fresh","last_synced_at":"2025-05-16T05:03:05.192Z","repository":{"id":274756415,"uuid":"923968747","full_name":"mislam/fresh","owner":"mislam","description":"A swiss army knife to create modern turbo stacks for web artisans","archived":false,"fork":false,"pushed_at":"2025-02-28T02:49:26.000Z","size":87,"stargazers_count":309,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-16T05:01:51.343Z","etag":null,"topics":["backend","best","biome","boilerplate","eslint","express","javascript","microservice","node","nodejs","prettier","project-template","serverless","service","starter","starter-kit","starterkit","template","typescript","vitest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"mislam"}},"created_at":"2025-01-29T06:54:47.000Z","updated_at":"2025-04-28T12:09:31.000Z","dependencies_parsed_at":"2025-02-27T09:01:52.150Z","dependency_job_id":"07f17b99-0dbb-4d88-92cd-940ca856a75a","html_url":"https://github.com/mislam/fresh","commit_stats":null,"previous_names":["mislam/typezero","mislam/fresh"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ffresh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ffresh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ffresh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Ffresh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mislam","download_url":"https://codeload.github.com/mislam/fresh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471028,"owners_count":22076582,"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":["backend","best","biome","boilerplate","eslint","express","javascript","microservice","node","nodejs","prettier","project-template","serverless","service","starter","starter-kit","starterkit","template","typescript","vitest"],"created_at":"2025-02-28T03:22:58.462Z","updated_at":"2025-05-16T05:03:05.130Z","avatar_url":"https://github.com/mislam.png","language":"JavaScript","readme":"# Fresh\n\nFresh is a swiss army knife to create modern **Turbo Stacks** for web artisans. Generate production-ready project scaffolds with zero configuration using your favorite technologies and package managers.\n\n[![TypeScript][ts-badge]][TypeScript]\n[![Node.js][nodejs-badge]][Node.js]\n[![MIT License][mit-badge]][license]\n\n## Quick Start\n\nCreate a new project using your favorite package manager:\n\n```bash\n# NPM\nnpm create fresh@latest\n\n# Yarn\nyarn create fresh@latest\n\n# PNPM\npnpm create fresh@latest\n\n# Bun\nbun create fresh@latest\n```\n\nFollow the interactive prompts to select a recipe and configure your project.\n\n### Non-Interactive Mode\n\nYou can also specify a recipe and target directory directly:\n\n```bash\nnpm create fresh@latest tiramisu my-app\n```\n\n## Available Recipes\n\nFresh provides several recipes to match your preferences:\n\n### Tiramisu\n\nA minimal TypeScript stack with Biome and Vitest. Perfect for general-purpose Node.js applications.\n\n```bash\nnpm create fresh@latest tiramisu\n```\n\n[![Node.js][nodejs-badge]][Node.js]\n[![TypeScript][ts-badge]][TypeScript]\n[![Biome][biome-badge]][Biome]\n[![Vitest][vitest-badge]][Vitest]\n\n### Honeybun\n\nA modern web framework powered by Hono and Bun. Ideal for high-performance web APIs and applications.\n\n```bash\nbun create fresh@latest honeybun\n```\n\n[![Bun][bun-badge]][Bun]\n[![TypeScript][ts-badge]][TypeScript]\n[![Hono][hono-badge]][Hono]\n[![Biome][biome-badge]][Biome]\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### License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for details.\n\n\u003e If Fresh helps accelerate your development, consider showing your support with a ⭐!\n\n[TypeScript]: https://www.typescriptlang.org/\n[Node.js]: https://nodejs.org/\n[Bun]: https://bun.sh\n[Hono]: https://hono.dev/\n[Biome]: https://biomejs.dev/\n[Vitest]: https://vitest.dev/\n[license]: LICENSE\n\n[ts-badge]: https://img.shields.io/badge/TypeScript-000000?style=flat-square\u0026logo=typescript\u0026logoColor=3178C6\n[nodejs-badge]: https://img.shields.io/badge/Node.js-000000?style=flat-square\u0026logo=node.js\u0026logoColor=5CAA47\n[bun-badge]: https://img.shields.io/badge/Bun-000000?style=flat-square\u0026logo=bun\u0026logoColor=white\n[hono-badge]: https://img.shields.io/badge/Hono-000000?style=flat-square\u0026logo=hono\u0026logoColor=E36002\n[biome-badge]: https://img.shields.io/badge/Biome-000000?style=flat-square\u0026logo=biome\u0026logoColor=5FA5FA\n[vitest-badge]: https://img.shields.io/badge/Vitest-000000?style=flat-square\u0026logo=vitest\u0026logoColor=739C1C\n[mit-badge]: https://img.shields.io/badge/License-MIT-000000?style=flat-square\u0026logoColor=white\n","funding_links":["https://github.com/sponsors/mislam"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislam%2Ffresh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmislam%2Ffresh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislam%2Ffresh/lists"}