Created
April 7, 2026 16:28
-
-
Save sueszli/2ae1ab3a1604214fa5ec087536064ac5 to your computer and use it in GitHub Desktop.
look ma no package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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