Skip to main content
Deno 2 is finally here 🎉️
Learn more

dsm

Deno Scripts Manager

An experimental script management tool made by Deno.
It supports only script execution.
Denon is recommended for more multifunctional scripts.

Install

$ deno install --name dsm --allow-run --allow-read --allow-write https://github.com/windchime-yk/dsm/raw/master/cli/mod.ts

If 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 script

Dependencies

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