evilkiwi / devon

Docker-based Monorepo Local Development CLI
https://docs.evil.kiwi/devon/
GNU General Public License v3.0
9 stars 1 forks source link

feat: programmatic api/library usage #6

Open devlsh opened 2 years ago

devlsh commented 2 years ago

Is your feature request related to a problem? Please describe. Initially there was an attempt to allow devon to be used programmatically or as a library, which is why all logic is inside of separate functions, and then used as part of commander. This still isn't fully supported or documented.

Describe the solution you'd like Exporting ESModule and CommonJS builds with the valid exports, whilst not exporting the commander command set-up functions and not forcing commander to run at boot, would allow for this to be used as a library.