-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Is your feature request related to a problem? Please describe.
I'm building a vscode extension that uses bitbake over the CLI (just bash for now). Your PseudoTerminal and driver approach is awesome, and I could see our project benefitting from this.
Describe the solution you'd like
It'd be great if we could source the BitBake Driver and Terminal modules independently like a typical npm dependency.
Describe alternatives you've considered
Forking the existing code from the library and integrating as needed.
Additional context
I'd be happy to submit a PR with this change, though it may require some restructuring, re: packages. I believe this repository is set up primarily as a single extension. I'd probably extract the reusable logic into a shared package for external consumption.