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

Script-Manger (smx) - Sync scripts between machines

Install

deno install -A -f -n smx https://deno.land/x/smx/install.ts smx init –origin {GIT_REPO_URL}

Create a new script

smx edit …create, edit and save your scripts smx sync

Clone existing repository

smx init –clone {GIT_REPO_URL}