Repository
Current version released
6 years ago
Versions
dsm
Deno Scripts Manager
An experimental script management tool made by Deno.
It supports only script execution.
Warning
This module is not working properly.
Please use Denon.
Install
$ deno install --name dsm --allow-run --allow-read --allow-write https://github.com/windchime-yk/dsm/raw/master/cli/mod.tsIf you get dsm: command not found, add the following text to your .bash_profile.
export PATH="/Users/username/.deno/bin:$PATH"Usage
$ dsm init
$ dsm version:deno # sample scriptDependencies
Test
$ 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