{"id":50484488,"url":"https://github.com/bbfodor/oxnest","last_synced_at":"2026-06-01T21:00:28.205Z","repository":{"id":361646603,"uuid":"1255243727","full_name":"bbfodor/oxnest","owner":"bbfodor","description":"Opinionated NestJS starter — pnpm, SWC, Vitest, and Oxc (oxlint + oxfmt)","archived":false,"fork":false,"pushed_at":"2026-05-31T16:45:17.000Z","size":73,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T17:23:34.060Z","etag":null,"topics":["backend","nestjs","node","oxc","pnpm","starter","swc","template","typescript","vitest"],"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/bbfodor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":null,"dco":null,"cla":null}},"created_at":"2026-05-31T15:34:16.000Z","updated_at":"2026-05-31T16:41:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bbfodor/oxnest","commit_stats":null,"previous_names":["bbfodor/oxnest"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/bbfodor/oxnest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfodor%2Foxnest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfodor%2Foxnest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfodor%2Foxnest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfodor%2Foxnest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbfodor","download_url":"https://codeload.github.com/bbfodor/oxnest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfodor%2Foxnest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33793044,"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-01T02:00:06.963Z","response_time":115,"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":["backend","nestjs","node","oxc","pnpm","starter","swc","template","typescript","vitest"],"created_at":"2026-06-01T21:00:14.598Z","updated_at":"2026-06-01T21:00:28.200Z","avatar_url":"https://github.com/bbfodor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oxnest\n\n[![CI](https://github.com/bbfodor/oxnest/actions/workflows/ci.yml/badge.svg)](https://github.com/bbfodor/oxnest/actions/workflows/ci.yml)\n\nAn opinionated [NestJS](https://nestjs.com/) starter template for new backend projects. It features state-of-the-art tooling with zero boilerplate. Preconfigured and ready to use.\n\n**Stack:**\n\n- [SWC](https://swc.rs/) -- A fast current-generation compiler written in Rust.\n- [Vitest](https://vitest.dev/) -- A modern testing framework with great performance out of the box.\n- [Oxc](https://oxc.rs/) -- Type-aware linting (`oxlint`) and quick formatting (`oxfmt`).\n\n## Prerequisites\n\n- [Node](https://nodejs.org/) -- Use version from the [.node-version](.node-version) file (or [.nvmrc](.nvmrc) for nvm)\n- [pnpm](https://pnpm.io/) -- Use version from the `packageManager` property in [package.json](package.json)\n\nUse the [Oxc](https://marketplace.cursorapi.com/items/?itemName=oxc.oxc-vscode) extension in VS Code (or forks) to enable linting and format-on-save in your IDE (can be customized in [settings.json](.vscode/settings.json)). You may need to point the extension to your Node binary when using a version manager (eg. fnm, nvm) like so:\n\n```jsonc\n// User Settings JSON\n{\n    \"oxc.path.node\": \"\u003cpath_to_your_node_bin\u003e\",\n}\n```\n\n## Quick start\n\n```bash\npnpm install\npnpm run start:dev\n```\n\nThe app listens on port `3000` by default (override via the `PORT` env variable).\n\n## Main scripts\n\n| Script     | Description                   |\n| ---------- | ----------------------------- |\n| `start`    | Start the Nest server         |\n| `test`     | Run all unit tests            |\n| `test:e2e` | Run all E2E tests             |\n| `lint`     | Perform linting with auto-fix |\n| `fmt`      | Format the codebase           |\n\n## Project layout\n\n```text\nsrc/          Application code\ntest/         Unit (*.test.ts) and e2e (*.test.e2e.ts) tests\n```\n\n### Path aliases\n\n- `@src` -\u003e `./src`\n- `@test` -\u003e `./test`\n\nSee [CONTRIBUTING.md - Path aliases](CONTRIBUTING.md#path-aliases) for how to edit aliases.\n\n### Tests\n\nAuto test file generation is disabled in [nest-cli.json](nest-cli.json). This is a deliberate choice to not litter the src dir with test files. You should add tests manually in the `test/` folder while mimicking the src folder structure.\n\nSee [CONTRIBUTING.md - Tests](CONTRIBUTING.md#tests) for general best practices.\n\n## Use as a template\n\nClone this repo or use GitHub's **Use this template** feature as a starting point for your next project.\n\n## Dependabot \u0026 dependency updates\n\nRoutine dependency updates are batched weekly with a **7-day delay**, so newly published versions have time to surface issues before they land here. Security fixes are not delayed. See [CONTRIBUTING.md - Dependency updates](CONTRIBUTING.md#dependency-updates) for how this works with pnpm.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and general guidelines.\n\n## License\n\nMIT -- see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbfodor%2Foxnest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbfodor%2Foxnest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbfodor%2Foxnest/lists"}