{"id":23093026,"url":"https://github.com/crispengari/deno-startup","last_synced_at":"2026-04-22T21:33:15.160Z","repository":{"id":155061037,"uuid":"631598317","full_name":"CrispenGari/deno-startup","owner":"CrispenGari","description":"🛹🦼 this repository contains some basics and applications build using deno run-time environment.","archived":false,"fork":false,"pushed_at":"2023-05-28T09:03:04.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-03T02:02:52.409Z","etag":null,"topics":["deno","typescript"],"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/CrispenGari.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":"2023-04-23T14:30:11.000Z","updated_at":"2023-04-23T14:32:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa514ac8-05cc-49c6-a8fa-a5e4e55c54a8","html_url":"https://github.com/CrispenGari/deno-startup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CrispenGari/deno-startup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Fdeno-startup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Fdeno-startup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Fdeno-startup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Fdeno-startup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrispenGari","download_url":"https://codeload.github.com/CrispenGari/deno-startup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrispenGari%2Fdeno-startup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32156601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"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":["deno","typescript"],"created_at":"2024-12-16T21:46:20.472Z","updated_at":"2026-04-22T21:33:15.120Z","avatar_url":"https://github.com/CrispenGari.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Deno\n\nIn this repository we are going to learn how we can use the `deno` runtime environment to create applications with `typescript` using deno.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"deno.webp\" alt=\"deno\" width=\"300\"/\u003e\n\u003c/p\u003e\n\n### Installation\n\nTo install `deno` follow the installation guide from their oficial documentation found [here](https://deno.land/manual@v1.32.3/getting_started/installation).\n\nTo install `deno` on windows open the `Powershell` as an administrator and run the following command:\n\n```shell\nchoco install deno\n```\n\n### Checking in Deno is installed.\n\nTo check if deno is installed run the following command:\n\n```shell\ndeno -V\n```\n\n\u003e Howdy!! if you get the deno version you have successfully install deno in your computer.\n\n### Setting Deno Environment.\n\nI will be using `VSCode`to create my deno application so i need to install the `deno` [extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno) in vscode. And after installing this extension i will open my `settings.json` in vscode and add the following property:\n\n```json\n{\n  \"deno.enabled\": true\n}\n```\n\nAfter that you can save the `settings.json` and your environment is already `set`.\n\nYou can initialize the deno workspace by opening the command pallet in vscode by pressing `ctr` + `shift` + `P` and type the following\n\n```shell\nDeno: Initialize Workspace Configuration\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispengari%2Fdeno-startup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrispengari%2Fdeno-startup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispengari%2Fdeno-startup/lists"}