Are there any CLI tools in bun.js that are capable of interpreting Yaml scripts?
Similar to how npm processes package.json files in node.js, allowing script definition and execution from the command line interface, but with Yaml being a more readable format. In Deno, there is an upcoming tool called Velociraptor (vr
) that serves as a replacement for npm in executing scripts.