了不起的Deno 下载与入门
下载
deno-cli
SUBCOMMANDS:
bundle Bandle module and dependencies into single file 将模块和依赖关系绑定到单个文件中
cache Cache the dependencies 缓存依赖项
completions Generate shell completuions 生成完整shell
doc Show documentation for a module 显示模块的文档
eval Eval script Eval 脚本
fmt Format source files 格式化源文件 代码格式化工具
help Prints this message or the help of the given subcommand(s) 打印此消息或给定子命令的帮助
info Show info about cache or info related to source file 显示有关缓存或与源文件相关的信息 依赖信息查看器
install Install script as an executable 将脚本安装为可执行文件
repl Read Eval Print Loop 读取 Eval 打印循环 就是类似 node 的命令行
run Run a program given a filename or url to the moudle 运行一个给定模块文件名或 url 的程序
test Run tests 运行测试
types Print runtime TypeScript declarations 打印运行时 TypeScript 声明
upgrade Upgrade deno executable to given version 将 deno 可执行文件升级到给定版本Deno 初体验
HTTP Server
最后更新于