{"id":17541750,"url":"https://github.com/thinknathan/tsd-template-deno2","last_synced_at":"2026-04-13T03:36:49.383Z","repository":{"id":258730525,"uuid":"872647985","full_name":"thinknathan/tsd-template-deno2","owner":"thinknathan","description":"Boilerplate TypeScript template with @ts-defold and Deno 2.x for the game engine Defold.","archived":false,"fork":false,"pushed_at":"2026-02-07T21:59:46.000Z","size":218,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-08T05:59:43.502Z","etag":null,"topics":["defold","defold-game","deno","game-development","lua","ts-defold-template","typescript"],"latest_commit_sha":null,"homepage":"https://ts-defold.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/thinknathan.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-14T20:10:51.000Z","updated_at":"2026-02-07T21:59:49.000Z","dependencies_parsed_at":"2024-12-09T03:26:01.825Z","dependency_job_id":"1cdefe84-11da-4e4c-8922-ce44041c5f47","html_url":"https://github.com/thinknathan/tsd-template-deno2","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"fa4608de97ffc4eb0be3aaca1c1f4e20ca42e6d5"},"previous_names":["thinknathan/tsd-template-deno2"],"tags_count":0,"template":true,"template_full_name":"ts-defold/tsd-template","purl":"pkg:github/thinknathan/tsd-template-deno2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-template-deno2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-template-deno2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-template-deno2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-template-deno2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinknathan","download_url":"https://codeload.github.com/thinknathan/tsd-template-deno2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-template-deno2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31739050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["defold","defold-game","deno","game-development","lua","ts-defold-template","typescript"],"created_at":"2024-10-20T23:08:00.686Z","updated_at":"2026-04-13T03:36:49.364Z","avatar_url":"https://github.com/thinknathan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"_docs/banner.png\" alt=\"Template Deno2\"\u003e\n\n# Defold TypeScript Template (minimal - Deno 2.x version)\n\n\u003ca href=\"https://discord.gg/eukcq5m\"\u003e\u003cimg alt=\"Chat with us!\" src=\"https://img.shields.io/discord/766898804896038942.svg?colorB=7581dc\u0026logo=discord\u0026logoColor=white\"\u003e\u003c/a\u003e\n[![CI/CD](https://github.com/thinknathan/tsd-template-deno2/actions/workflows/build.yml/badge.svg)](https://github.com/thinknathan/tsd-template-deno2/actions/workflows/build.yml)\n![GitHub License](https://img.shields.io/github/license/thinknathan/tsd-template-deno2)\n\nA dev environment for [Defold](https://defold.com/) that transpiles TypeScript\ninto lua using\n[TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua) and\n[Deno](https://deno.com/).\n\n## Features\n\n- Full Lua and Defold API type definitions for TypeScript auto-complete and type\n  checking\n- Library of types for Defold extensions via `deno run resolve`\n- Handles script, gui_script, and module exports using familiar ES6 export\n  syntax\n- Full BoilerPlate game project ready to transpile and go\n- File watcher via `deno run dev` to transpile on save\n\n_Note that you will need to have [Deno](https://deno.com/) installed._\n\n## Quick Start\n\n- Use `deno run dev` to start a watcher that compiles and emits lua and script\n  when you save\n- Use `deno run build` to just compile your ts, sans watcher\n\n## Installation\n\n1. Fork this template or use [degit](https://www.npmjs.com/package/degit) to\n   download the template locally\n\n```bash\nnpx degit thinknathan/tsd-template-deno2 my-game\n# or\ngit clone https://github.com/thinknathan/tsd-template-deno2.git my-game\n```\n\n2. Initialize\n\n```bash\ncd my-game\ndeno install\n```\n\n3. Generate\n\n```bash\ndeno run build # Transpile the TypeScript files to lua\n# or\ndeno run dev # Watch for changes and regenerate files on save\n```\n\n4. Code\n\n```\ncode .\n```\n\n5. Open `app/game.project` in Defold\n\n- Start making games with TypesScript!\n\n\u003cp align=\"center\" class=\"h4\"\u003e\n  TypeScript :heart: Defold\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinknathan%2Ftsd-template-deno2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinknathan%2Ftsd-template-deno2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinknathan%2Ftsd-template-deno2/lists"}