{"id":21905786,"url":"https://github.com/deno911/kit","last_synced_at":"2026-02-11T04:31:54.767Z","repository":{"id":135619265,"uuid":"536338173","full_name":"deno911/kit","owner":"deno911","description":"Starter template to painlessly create deno modules - and publish them, too!","archived":false,"fork":false,"pushed_at":"2022-10-09T10:30:18.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-15T23:56:00.464Z","etag":null,"topics":["boilerplate","deno","deno911","denoland","module-pattern","starter-kit","template","typescript"],"latest_commit_sha":null,"homepage":null,"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/deno911.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":"2022-09-13T23:09:46.000Z","updated_at":"2024-05-02T04:41:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe09eb1e-6823-43fe-bab8-a8bb88ae7aa6","html_url":"https://github.com/deno911/kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/deno911/kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno911%2Fkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno911%2Fkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno911%2Fkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno911%2Fkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deno911","download_url":"https://codeload.github.com/deno911/kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno911%2Fkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: 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":["boilerplate","deno","deno911","denoland","module-pattern","starter-kit","template","typescript"],"created_at":"2024-11-28T16:37:21.156Z","updated_at":"2026-02-11T04:31:54.737Z","avatar_url":"https://github.com/deno911.png","language":"TypeScript","readme":"# ![deno911/kit - tools for publishing deno modules](https://migo.deno.dev/img.png?titleFontFamily=monospace\u0026titleFontSize=72\u0026titleFontWeight=400\u0026titleTextAnchor=left\u0026titleX=45\u0026titleY=115\u0026subtitleX=50\u0026subtitleY=250\u0026subtitleFontSize=30\u0026subtitleFontWeight=900\u0026subtitleFontFamily=monospace\u0026subtitleTextAnchor=left\u0026width=1000\u0026height=300\u0026bgColor=111827\u0026titleColor=c0ffee\u0026subtitleColor=eee\u0026iconW=300\u0026iconH=128\u0026iconX=760\u0026iconY=30\u0026borderRadius=20\u0026icon=fluent-emoji:sauropod\u0026pxRatio=1.5\u0026title=deno911⁄kit\u0026subtitle=opinionated+starter+kit+for+deno+modules)\n\n✔️ Pre-configured for [**GitHub Codespaces**][codespaces] and\n[**Gitpod Workspaces**][gitpod]\n\n✔️ Straightforward and easy to use, regardless of experience level\n\n✔️ Workflows for testing and publishing to [**deno.land**][deno-land] or\n[**nest.land**][nest-land]\n\n✔️ Best practice examples for unit testing, project config, CI/CD, and more...\n\n✔️ Built with Deno 🖤\n\n## Features by Filename\n\n### 🧪  `ci.yml`\n\nIncludes CI/CD workflows for automated testing + linting using\n[GitHub Actions][gh-actions]. **Ensure code quality** and formatting are always\nwithin specifications\n\n### 🔖  `release.yml`\n\nThe workflow at `.github/workflows/release.yml` automatically creates a new\nRelease on your project's repository from every new tag. **Just tag and push**\nto create a new release!\n\n### 🪝  `version.ts`\n\nBy simply exporting **`prepublish`** and **`postpublish`** functions in\n`version.ts`, the publishing workflow can **auto-update versions** in source\nfiles and `README.md`, to keep examples up-to-date! [^A]\n\n### 🥚  `egg.{json,yml}`\n\nDuring the publish workflow, if an egg.json or egg.yml file is present and\nproperly configured, your module will be automatically released on\n[**nest.land**][nest-land] as well. The integration also enables\n[**auto-updating** for your project's dependencies][eggs-update] (using the\n`eggs update` command [^B])\n\n\u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003e ››› \u003cu\u003eRead more about the egg.json file and nest.land\u003c/u\u003e\u003c/strong\u003e\u003c/summary\u003e\u003cbr\u003e\n\nThis starter kit comes with an egg.json file, to simplify publishing to\n[**nest.land**][nest-land] using their [_'eggs'_ interface][eggs-cli]\n(optional). If you're unfamiliar with Nest.land, it's a **decentralized**\nregistry that runs on the [**Arweave network**][arweave], exclusively for Deno\nmodules. Every version published to their network is **immutable** - it cannot\nbe edited or deleted, ever.\n\n\u003c/details\u003e\n\n### 🚧  package.json\n\nWant to publish a special Node.js version of your module to the\n[**npm registry**][npm]? No sweat! Just include a `package.json` file (in the\nsame directory as your `deno.json` file), exactly how you would for a Node\nproject.\n\nDuring the pre-publish process, **pub** will recognize this file and use\n[**`dnt`**][dnt][^C] to build a Node-compatible version of your module. This\nincludes adding any necessary shims. Unless a valid token exists in the\nenvironment as `$NPM_TOKEN` or `$NODE_AUTH_TOKEN`, you'll be prompted for\ncredentials to complete the step to publish to NPM.\n\n[^A]: [uses the **_\"pub\"_** command-line interface][pub]\\\n[^B]: [uses the **_\"_eggs_\"_** command-line interface][eggs-update]\\\n[^C]: this feature is still in development 🚧\n\n\u003cbr\u003e\n\n## Getting Started\n\nThis section assumes you have [**the GitHub CLI**][gh-cli].\n\n### Generate a new repository\n\nCreate a new instance with the GitHub CLI, or just create one from your\nrepository homepage on github.com.\n\n```sh\ngh codespace create --repo deno911/kit\n```\n\n### [Open in a Gitpod Workspace][open-in-gitpod]\n\nOpen a new workspace by prepending `https://gitpod.io/#` to your repository URL\nand visiting it in your browser:\n\n```md\nhttps://gitpod.io/#https://github.com/deno911/kit\n```\n\n### Code on your own machine\n\n```sh\ngh repo clone [repository]\n\n# or, you can just fork this one:\ngh repo fork deno911/kit --clone --remote\n```\n\n#### Open in Visual Studio Code\n\n```sh\ncode ./[repository]\n\n# or, if you cloned this repo to a dir named \"kit\":\ncode ./starter\n```\n\n---\n\n## Contributing\n\nThis section assumes you have [**the GitHub CLI**][gh-cli]\n\n### Fork and clone the repository locally\n\n```sh\ngh repo fork deno911/kit --clone\n```\n\n### Create a new branch for your changes\n\n```sh\ngit checkout -b fix/typo-in-readme\n```\n\n### Make small changes and concise commits\n\n```sh\n# hack hack hack...\n\ngit commit README.md -m \"fix: typos in README.md\" \u0026\u0026 git push\n```\n\n\u003e **Note**: keep the scope of your changes relevant and concise.\n\n\u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003e🐛  \u003cu\u003eIf fixing a bug, be sure to create an Issue first\u003c/u\u003e\u003c/strong\u003e\u003c/summary\u003e\u003cbr\u003e\n\nUnless, of course, you're fixing a bug for which an issue already exists!\n\nThis allows the issue to be connected to your Pull Request, creating a permanent\nrecord of your contribution to the project. It also makes it easier for\nmaintainers to track project progression.\n\nCreating an issue also ensures you're given proper credit for fixing that bug ;)\n\n\u003c/details\u003e\n\n### Open a Pull Request\n\n```sh\ngh pr create --title \"fix: typos in README.md\"\n```\n\n**Or just open your repo on GitHub.com and follow the prompts.**\n\n\u003e **Warning**: make sure you select the upstream repo for your PR!\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n### [🅓🅔🅝🅞⑨①①][deno911]\n\n\u003c/div\u003e\n\n[arweave]: https://arweave.org \"Arweave Blockchain\"\n[codespaces]: https://github.com/features/codespaces \"GitHub Codespaces Documentation\"\n[deno911]: https://github.com/deno911 \"Projects by Deno911 on GitHub\"\n[deno-land]: https://deno.land \"Deno.land - Official Module Registry\"\n[nest-land]: https://nest.land \"Nest.land - Immutable Module Registry\"\n[dnt]: https://deno.land/x/dnt \"dnt - Deno to Node Transformer\"\n[eggs-update]: https://docs.nest.land/eggs/updating-all-of-your-dependencies \"Nest.land Documentation - Updating Dependencies with the Eggs CLI\"\n[eggs-cli]: https://docs.nest.land/eggs \"Nest.land Documentation - the Eggs CLI\"\n[gh-cli]: https://cli.github.com \"GitHub CLI Homepage\"\n[gh-actions]: https://actions.github.com \"GitHub Actions Documentation\"\n[gitpod]: https://gitpod.io \"Gitpod.io Homepage\"\n[npm]: https://npmjs.org \"NPM Registry\"\n[open-in-gitpod]: https://gitpod.io/#https://github.com/deno911/kit \"Open in a new Gitpod Workspace\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno911%2Fkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeno911%2Fkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno911%2Fkit/lists"}