bud.tapAsync
Access the bud.js object through an async callback.
Usage
export default async bud => {
await bud.tapAsync(bud => {
await bud.sh(`echo 'hello world!'`)
})
}
It may be helpful to consider that the bud config default export is esssentially just a bud.tapAsync callback.