dem
demとは?
Deno
のパッケージマネージャです
https://github.com/syumai/dem
dem.jsonを作成する
code:shell
$ dem init
依存関係を追加
code:shell
$ dem add
https://deno.land/std@v0.20.0
$ dem add
https://denopkg.com/syumai/dinatra@v0.7.1
$ dem add
https://deno.land/x/lodash@4.17.15-es
$ dem add
https://deno.land/x/postgres@v0.3.6
unlink
code:shell
$ dem unlink
https://deno.land/std/testing/mod.ts
対象のファイルをdemの管理下から除外する。
dem.json
の
files
から指定されたファイルが削除される。
エイリアス
code:shell
$ dem ensure
$ dem link
https://deno.land/std/fs/path.ts
モジュールのアップデート
code:shell
$ dem update
https://deno.land/std@v0.27.0
# deno_stdをv0.27.0に更新