kiwi

Execute commands from URLs

To use these scripts, install kiwi-runner:

npm install -g kiwi-runner

hello

Displays a friendly hello message in your terminal

developmenthello
kiwi /hello
→

cli-template

Generate a basic TypeScript CLI project structure with dependencies

developmenttemplatetypescript
kiwi /cli-template
→

env-template

Create a .env.example file from your existing .env file

developmenttemplate
kiwi /env-template
→

system-bench

Run system performance benchmark and compare with previous results

systemperformance
kiwi /system-bench
→

clean-deps

Clean and reinstall all project dependencies with pnpm

maintenancedependencies
kiwi /clean-deps
→

clean-temp

Remove temporary files and caches to free up disk space

maintenancecleanup
kiwi /clean-temp
→

check-ports

Show which processes are using common development ports

debuggingnetwork
kiwi /check-ports
→

disk-space

Check available disk space and largest directories

systemdebugging
kiwi /disk-space
→