deno-udd
概要
deps.tsで管理されているDenoモジュールのアップデートを容易にしてくれるツールです
https://github.com/hayd/deno-udd
インストール
$ deno install --allow-net --allow-read --allow-write -f -n udd https://deno.land/x/udd@0.3.0/main.ts
基本
uddコマンドにdeps.tsのパスを指定すると、そのファイル内でimportされている各モジュールをアップデートしてくれます
code:shell
$ udd deps.ts