Scaffolding inside a plugin using acorn cli (or laravel cli)

I love the convinience inside of sage of calling wp acorn block:name etc to scaffold out classes.

Currently building a plugin to extend my theme sensibly and contain various routes that I intend to hold various three.js sketches I will create…

… But Im not that familiar with laravel yet and would like to follow sensible practices as well as have the convinience of quick scaffolding.
Is there any way one can call wp acorn or the laravel cli to generate scaffolding from the context of my plugin (Building on top of Clover)?
(If I call it straight out I obviously get stuff generated inside my theme)

(Acorn is installed at my root level composer inside bedrock)

Scaffolding for package development would get a little complicated and is not supported by Laravel or Acorn.