https://github.com/nicejade/play-with-deno
学习 Deno & 实战练习,以便能更好的玩转 Deno 相关技能、工具。https://www.jeffjade.com/
https://github.com/nicejade/play-with-deno
deno typescript
Last synced: 2 days ago
JSON representation
学习 Deno & 实战练习,以便能更好的玩转 Deno 相关技能、工具。https://www.jeffjade.com/
- Host: GitHub
- URL: https://github.com/nicejade/play-with-deno
- Owner: nicejade
- License: mit
- Created: 2021-02-12T15:57:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T15:51:01.000Z (over 4 years ago)
- Last Synced: 2025-05-14T04:32:46.386Z (about 1 month ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage: https://nicelinks.site
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Play With Deno
学习 Deno & 实战练习,以便能更好的玩转 Deno 相关技能、工具。
## 目标与哲学
[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) & 实战练习,以便能更好的玩转 Deno 相关技能、工具。
## 先决条件
您需要安装 [Deno](https://github.com/denoland/deno/releases)(> 1.7 版本);您只需在 Github Releases 下载资源包即可,本地配置别名即可。
## 使用
#### 输出当前目录下所有文件
```
deno run --unstable --allow-net --allow-read ./src/get-dir-files-sync.ts
```#### 按序输出当前目录下所有文件
```
deno run --unstable --allow-net --allow-read ./src/get-dir-files-sync-ordered.ts
```## 相关链接
- [**倾城之链**](https://nicelinks.site?utm_source=github)
- [About Me](https://aboutme.lovejade.cn/?utm_source=github)
- [个人博客](https://www.jeffjade.com/nicelinks?utm_source=github)
- [静轩之别苑](https://quickapp.lovejade.cn/nicelinks?utm_source=github)
- [静晴轩别苑](https://nice.lovejade.cn/?utm_source=github)
- [吾意静晴轩](https://docz.lovejade.cn/?utm_source=github)
- [天意人间舫](https://blog.lovejade.cn/?utm_source=github)
- [新浪微博](https://weibo.com/jeffjade?utm_source=github)
- [知乎主页](https://www.zhihu.com/people/yang-qiong-pu/)
- [简书主页](https://www.jianshu.com/u/9aae3d8f4c3d)
- [SegmentFault](https://segmentfault.com/u/jeffjade)
- [Twitter](https://twitter.com/nicejadeyang)
- [Facebook](https://www.facebook.com/yang.gang.jade)| 微信公众号 | 前端微信群 | 推荐 Web 应用 | 推荐小程序 |
| :-: | :-: | :-: | :-: |
| 😉 静晴轩 | ✨ 大前端联盟 | 🎉 倾城之链 | 🌊 倾城之链 |
|  |  ||
|
## 许可执照
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2021-present, [nicejade](https://nicelinks.site/member/admin/)