Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 924 Bytes

README_JP.md

File metadata and controls

33 lines (27 loc) · 924 Bytes

dsm

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