{"id":18496580,"url":"https://github.com/nicejade/play-with-deno","last_synced_at":"2026-04-25T11:32:38.458Z","repository":{"id":81310840,"uuid":"338364257","full_name":"nicejade/play-with-deno","owner":"nicejade","description":"学习 Deno \u0026 实战练习，以便能更好的玩转 Deno 相关技能、工具。https://www.jeffjade.com/","archived":false,"fork":false,"pushed_at":"2021-03-02T15:51:01.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T07:06:18.318Z","etag":null,"topics":["deno","typescript"],"latest_commit_sha":null,"homepage":"https://nicelinks.site","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/nicejade.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":"2021-02-12T15:57:40.000Z","updated_at":"2021-03-02T15:51:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"229d7445-46b0-496c-bffa-d394a79266f8","html_url":"https://github.com/nicejade/play-with-deno","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicejade/play-with-deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fplay-with-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fplay-with-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fplay-with-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fplay-with-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicejade","download_url":"https://codeload.github.com/nicejade/play-with-deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fplay-with-deno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["deno","typescript"],"created_at":"2024-11-06T13:30:01.430Z","updated_at":"2026-04-25T11:32:38.443Z","avatar_url":"https://github.com/nicejade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nicelinks.site/post/602d30aad099ff5688618591\"\u003e\n    \u003cimg src=\"https://deno.land/logo.svg\" alt=\"Play With Deno\" width=\"160px\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ePlay With Deno\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e\n    学习 Deno \u0026 实战练习，以便能更好的玩转 Deno 相关技能、工具。\n  \u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://nicelinks.site/post/602d30aad099ff5688618591\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Deno-1.7%2B-green\" alt=\"Deno Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/psf/black\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code_style-Prettier-ff69b4.svg?style=flat\" alt=\"Prettier\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.jeffjade.com/about-me/?utm_sourece=github.com\u0026pid=play-with-python\"\u003e\u003cimg src=\"https://img.shields.io/badge/Author-nicejade-%23a696c8.svg\" alt=\"Author nicejade\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## 目标与哲学\n\n[Deno](https://nicelinks.site/post/602d30aad099ff5688618591)（发音：\"蒂诺\"）是 Ryan Dahl 在 2017 年创立的编程语言。作为 [Node.js](https://nicelinks.site/post/5f376ebe1751843ef894c899) 的替代品，[Deno](https://nicelinks.site/post/602d30aad099ff5688618591) 也是一个服务器运行时，但是支持多种语言，可以直接运行 JavaScript、TypeScript 和 WebAssembly 程序。`Deno` 内置了 V8 引擎，用来解释 JavaScript。同时，也内置了 tsc 引擎，解释 TypeScript。此仓库的建立，旨在学习 [Deno](https://nicelinks.site/post/602d30aad099ff5688618591) \u0026 实战练习，以便能更好的玩转 Deno 相关技能、工具。\n\n## 先决条件\n\n您需要安装 [Deno](https://github.com/denoland/deno/releases)（\u003e 1.7 版本）；您只需在 Github Releases 下载资源包即可，本地配置别名即可。\n\n## 使用\n\n#### 输出当前目录下所有文件\n\n```\ndeno run --unstable --allow-net --allow-read ./src/get-dir-files-sync.ts\n```\n\n#### 按序输出当前目录下所有文件\n\n```\ndeno run --unstable --allow-net --allow-read ./src/get-dir-files-sync-ordered.ts\n```\n\n## 相关链接\n\n- [**倾城之链**](https://nicelinks.site?utm_source=github)\n- [About Me](https://aboutme.lovejade.cn/?utm_source=github)\n- [个人博客](https://www.jeffjade.com/nicelinks?utm_source=github)\n- [静轩之别苑](https://quickapp.lovejade.cn/nicelinks?utm_source=github)\n- [静晴轩别苑](https://nice.lovejade.cn/?utm_source=github)\n- [吾意静晴轩](https://docz.lovejade.cn/?utm_source=github)\n- [天意人间舫](https://blog.lovejade.cn/?utm_source=github)\n- [新浪微博](https://weibo.com/jeffjade?utm_source=github)\n- [知乎主页](https://www.zhihu.com/people/yang-qiong-pu/)\n- [简书主页](https://www.jianshu.com/u/9aae3d8f4c3d)\n- [SegmentFault](https://segmentfault.com/u/jeffjade)\n- [Twitter](https://twitter.com/nicejadeyang)\n- [Facebook](https://www.facebook.com/yang.gang.jade)\n\n| 微信公众号 | 前端微信群 | 推荐 Web 应用 | 推荐小程序 |\n| :-: | :-: | :-: | :-: |\n| 😉 静晴轩 | ✨ 大前端联盟 | 🎉 倾城之链 | 🌊 倾城之链 |\n| ![静晴轩](https://image.nicelinks.site/qrcode_jqx.jpg) | ![倾城之链](https://image.nicelinks.site/wqycx-weixin.png?ver=1) | \u003cimg src=\"https://image.nicelinks.site/nice-links.png\" width=\"300px\" alt=\"倾城之链\"\u003e\u003c/img\u003e | \u003cimg src=\"https://image.nicelinks.site/nicelinks-miniprogram-code.jpeg\" width=\"300px\" alt=\"倾城之链\"\u003e\u003c/img\u003e |\n\n## 许可执照\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2021-present, [nicejade](https://nicelinks.site/member/admin/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicejade%2Fplay-with-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicejade%2Fplay-with-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicejade%2Fplay-with-deno/lists"}