evomedia.net · developer tools
zscripts
Short, one-word commands for multi-project development.
A small suite of PowerShell commands built for AI-assisted development. Routine start / deploy / backup chores become single words a coding agent can run without reasoning through them — which saves tokens, but the real win is keeping the AI's context window focused on the actual work instead of housekeeping.
The idea
# every chore the agent doesn't narrate is context kept free zstart sp # launch a project's dev server zdeploy sp # package + ship it zbackup all # snapshot the databases
What's in the box
zstartrun a project's dev server locally
zdeploybuild and deploy to the server
zbackupback up project databases
zrestartrestart a running dev server
zkillstop a dev server cleanly