{"id":28396790,"url":"https://github.com/overextended/fivem-typescript-boilerplate","last_synced_at":"2025-06-27T13:31:12.892Z","repository":{"id":216941379,"uuid":"742728506","full_name":"overextended/fivem-typescript-boilerplate","owner":"overextended","description":"A boilerplate for building FiveM resources with TypeScript.","archived":true,"fork":false,"pushed_at":"2025-04-24T01:36:49.000Z","size":140,"stargazers_count":47,"open_issues_count":0,"forks_count":30,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-01T09:23:01.127Z","etag":null,"topics":["boilerplate","fivem","gta5","typescript"],"latest_commit_sha":null,"homepage":"https://overextended.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/overextended.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,"zenodo":null}},"created_at":"2024-01-13T07:24:30.000Z","updated_at":"2025-05-26T20:19:30.000Z","dependencies_parsed_at":"2024-01-19T13:30:18.107Z","dependency_job_id":"19954e5f-97ee-496a-932d-a78aabf52e4f","html_url":"https://github.com/overextended/fivem-typescript-boilerplate","commit_stats":null,"previous_names":["overextended/fivem-typescript-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/overextended/fivem-typescript-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overextended%2Ffivem-typescript-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overextended%2Ffivem-typescript-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overextended%2Ffivem-typescript-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overextended%2Ffivem-typescript-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/overextended","download_url":"https://codeload.github.com/overextended/fivem-typescript-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overextended%2Ffivem-typescript-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262265041,"owners_count":23284426,"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":["boilerplate","fivem","gta5","typescript"],"created_at":"2025-05-31T23:15:05.132Z","updated_at":"2025-06-27T13:31:12.882Z","avatar_url":"https://github.com/overextended.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fivem-typescript-boilerplate\n\nA boilerplate for creating FiveM resources with TypeScript.\n\n## Getting Started\n\n### Node.js v18+\n\nInstall any LTS release of [`Node.js`](https://nodejs.org/) from v18.\n\n### pnpm\n\nInstall the [`pnpm`](https://pnpm.io/installation) package manager globally.\n\n```\nnpm install -g pnpm\n```\n\n### Setup\n\nInitialise your own repository by using one of the options below.\n\n- [Create a new repository](https://github.com/new?template_name=fivem-typescript-boilerplate\u0026template_owner=overextended) using this template.\n- [Download](https://github.com/overextended/fivem-typescript-boilerplate/archive/refs/heads/main.zip) the template directly.\n- Use the [GitHub CLI](https://cli.github.com/).\n  - `gh repo create \u003cname\u003e --template=overextended/fivem-typescript-boilerplate`\n\nNavigate to your new directory and execute the following command to install dependencies.\n\n```\npnpm install\n```\n\n## Development\n\nUse `pnpm watch` to actively rebuild modified files while developing the resource.\n\nDuring web development, use `pnpm web:dev` to start vite's webserver and watch for changes.\n\n## Build\n\nUse `pnpm build` to build all project files in production mode.\n\nTo build and create GitHub releases, tag your commit (e.g. `v1.0.0`) and push it.\n\n## Layout\n\n- [/dist/](dist)\n  - Compiled project files.\n- [/locales/](locales)\n  - JSON files used for translations with [ox_lib](https://overextended.dev/ox_lib/Modules/Locale/Shared).\n- [/scripts/](scripts)\n  - Scripts used in the development process, but not part of the compiled resource.\n- [/src/](src)\n  - Project source code.\n- [/static/](static)\n  - Files to include with the resource that aren't compiled or loaded (e.g. config).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverextended%2Ffivem-typescript-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foverextended%2Ffivem-typescript-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverextended%2Ffivem-typescript-boilerplate/lists"}