Script-Manger (smx) - Sync scripts between machines
Install
- deno install --import-map https://deno.land/x/smx/import_map.json -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}