Deno Scripts Manager
試験的に作ったDeno製のスクリプト管理ツール。
スクリプトの実行のみに対応。
より多機能なものならDenonがオススメ。
$ deno install --name dsm --allow-run --allow-read --allow-write https://github.com/windchime-yk/dsm/raw/master/cli/mod.ts
※もしdsm: command not found
と出た場合、以下のテキストを.bash_profile
に追加
export PATH="/Users/username/.deno/bin:$PATH"
$ dsm init
$ dsm version:deno # サンプルスクリプト
$ git clone git@github.com:windchime-yk/dsm.git
$ cd path/to/dsm
$ deno run --allow-run --allow-read --allow-write cli/mod.ts init
$ deno run --allow-run --allow-read --allow-write cli/mod.ts version:deno