A secure JavaScript and TypeScript runtime
-
Updated
Nov 25, 2020 - TypeScript
{{ message }}
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
A secure JavaScript and TypeScript runtime
i18next: learn once - translate everywhere
A middleware framework for Deno's net server
The React Framework in Deno.
A static site generator powered by Deno + React
Not sure if this is the correct way to do it, but I wanted to save a cache script I could easily run.
"cache": {
"desc": "Cache versions and update lock file",
"cmd": "deno cache server.ts --lock-write",
"lock": "./lock.json"
}
The result however when running denon cache is an endless loop instead of just executing it once, looks like this:
![Skärmavbild
A Zero-dependency TypeScript/JavaScript financial library (based on numpy-financial) for Node.js, Deno and the browser
Blazing fast linter for JavaScript and TypeScript written in Rust
Run deno fmt --check in CI to check that all files have proper formatting. Currently not all files are formatted the same.
Latest dockerfiles and images for deno - alpine, centos, debian, ubuntu
Support to assign a table a foreign key.
Sinatra like light weight web app framework for deno.
An alternative to npm scripts for Deno
Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.
Package Manager for deno
Is your feature request related to a problem? Please describe.
支持自动检测框架的覆盖范围仅仅支持了几个常见前端框架和函数,还可以拓展更多的框架和语言来提升体验
这块的实现是基于配置式的,可以比较轻松拓展一个新框架的支持
https://github.com/TencentCloudBase/cloudbase-framework/blob/master/packages/framework-core/src/detect-frameworks/frameworks.ts
大家可以通过这个快速参与进核心代码的开发当中,目前可以考虑支持的框架和技术有 Hexo, Egg, Koa, Express, Koa , Docker 容器等