My handy CLI script written in Deno/TypeScript.
# If you use mise...
mise run install
# If you prefer using deno directly...
deno install -fgA index.ts --name x --config deno.json# If you use mise...
mise run dev
# If you prefer using deno directly...
deno run -A index.ts ARGS...Most of my scripts are LLM-written. I cannot spare much time for these scripts. Modify them to suit your own needs!