Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lencx/deno-example
🦕 Deno Example
https://github.com/lencx/deno-example
demo deno error-handling example resources typescript
Last synced: 3 months ago
JSON representation
🦕 Deno Example
- Host: GitHub
- URL: https://github.com/lencx/deno-example
- Owner: lencx
- License: mit
- Created: 2020-06-07T13:03:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T13:16:37.000Z (over 4 years ago)
- Last Synced: 2024-05-23T05:34:33.594Z (8 months ago)
- Topics: demo, deno, error-handling, example, resources, typescript
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno Example
```js
"node".split("").sort().join("");
```## Running example
```bash
# use `lcc` code snippets
# generate `cmd.output` file
# deno run --allow-read --allow-write cmd.ts [--update[=tree]]# output format: default
deno run --allow-read --allow-write cmd.ts --update# output format: tree
deno run --allow-read --allow-write cmd.ts --update=tree# use cache
deno run --allow-read --allow-write cmd.ts
```## [Error handling](./ERROR.md)
## Resources
* [Awesome Deno](https://github.com/denolib/awesome-deno)
* [Deno中文文档](https://deno.bootcss.com)
* [Deno中文社区](https://denocn.org)
* [Deno中文开发者社区](https://deno.js.cn)
* [Deno进阶开发笔记](https://github.com/chenshenhai/deno_note)
* [Deno钻研之术](https://github.com/hylerrix/deno-tutorial)
* [The Deno Handbook: A TypeScript Runtime Tutorial with Code Examples](https://www.freecodecamp.org/news/the-deno-handbook)
* [Deno: Learn by Example](https://ahmadawais.com/deno)
* [Learn Deno: Chat app](https://aralroca.com/blog/learn-deno-chat-app)
* [Writing WebAssembly in Rust and running it in Deno!](https://dev.to/lampewebdev/writing-webassembly-in-rust-and-runing-it-in-deno-144j)
* [Simple REST API with Deno](https://dev.to/am77/deno-v1-0-303j)
* [Write a small API using Deno](https://dev.to/kryz/write-a-small-api-using-deno-1cl0)
* [Creating your first News CLI app using Deno](https://medium.com/javascript-in-plain-english/creating-your-first-news-cli-app-using-deno-e1470398c627)
* Keep updating...