Execute commands from URLs
To use these scripts, install kiwi-runner:
npm install -g kiwi-runnerDisplays a friendly hello message in your terminal
kiwi /helloGenerate a basic TypeScript CLI project structure with dependencies
kiwi /cli-templateCreate a .env.example file from your existing .env file
kiwi /env-templateRun system performance benchmark and compare with previous results
kiwi /system-benchClean and reinstall all project dependencies with pnpm
kiwi /clean-depsRemove temporary files and caches to free up disk space
kiwi /clean-tempShow which processes are using common development ports
kiwi /check-portsCheck available disk space and largest directories
kiwi /disk-space