Skip to content

Instantly share code, notes, and snippets.

@sueszli
Created April 7, 2026 16:28
Show Gist options
  • Select an option

  • Save sueszli/2ae1ab3a1604214fa5ec087536064ac5 to your computer and use it in GitHub Desktop.

Select an option

Save sueszli/2ae1ab3a1604214fa5ec087536064ac5 to your computer and use it in GitHub Desktop.
look ma no package.json
// bun run --install=fallback run.ts
import cowsay from "cowsay@1.6.0";
console.log(cowsay.say({ text: "look mom! no package.json needed" }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment