{"id":21576160,"url":"https://github.com/pmagaz/deno-examples","last_synced_at":"2026-05-15T21:31:54.527Z","repository":{"id":96235660,"uuid":"243738437","full_name":"pmagaz/deno-examples","owner":"pmagaz","description":"Examples using Deno.","archived":false,"fork":false,"pushed_at":"2020-02-29T08:16:28.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T13:41:27.410Z","etag":null,"topics":["deno","typescript"],"latest_commit_sha":null,"homepage":"","language":null,"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/pmagaz.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":"2020-02-28T10:40:23.000Z","updated_at":"2020-12-15T15:17:41.000Z","dependencies_parsed_at":"2023-05-06T07:00:58.835Z","dependency_job_id":null,"html_url":"https://github.com/pmagaz/deno-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmagaz%2Fdeno-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmagaz%2Fdeno-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmagaz%2Fdeno-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmagaz%2Fdeno-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmagaz","download_url":"https://codeload.github.com/pmagaz/deno-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173554,"owners_count":20410300,"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":["deno","typescript"],"created_at":"2024-11-24T12:15:36.654Z","updated_at":"2026-05-15T21:31:49.491Z","avatar_url":"https://github.com/pmagaz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Examples \n\n[Deno](https://deno.land/) is a V8 based runtime which uses TypeScript as default language. This repository contains several examples of Deno use.\n\n## Installing Deno\n\nYou can install deno using curl in Linux/Unix/osX machines or using other [tools](https://deno.land/).\n\n```\ncurl -fsSL https://deno.land/x/install/install.sh | sudo DENO_INSTALL=/usr/local sh\n```\nYou have to manually add Deno to your path in your .bash_profile.\n\n```\nexport DENO_INSTALL=\"/Users/userName/.local\"\nexport PATH=\"$DENO_INSTALL/bin:$PATH\"\n```\n\n## Executing Examples\n\nExamples are located in \"examples\" folder. To run examples just execute Deno binary as follows:\n\n```\ndeno run examples/exampleName.ts\n```\n### Description\n\n- `helloWorld.ts` Hello World in Deno.\n- `modules.ts` Deno's module system.\n- `nameSpace.ts` Deno's name space.\n- `testing.ts` Deno's testing suite.\n- `importMap.ts` Example using import map feature.\n- `fsWerite.ts` Example of --allow* flags.\n- `httpServer.ts` Simple http server in Deno.\n\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmagaz%2Fdeno-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmagaz%2Fdeno-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmagaz%2Fdeno-examples/lists"}