Is there a bun.js CLI tool that can read scripts written in Yaml?
For example, in node.js, package.json is processed by npm, and script can be defined and run from the CLI, but json is not an easy-to-read format. In Deno, there is a specific tool (still in development) called Velociraptor (vr
) that replace npm for scripts execution.