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