feat!: 💥 export cli api and remove configs array

Removed the configs array from the cli package, as it now is handled by
the eslegant package.
Exported the Cli class so it can be run by other packages

BREAKING CHANGE
This commit is contained in:
Guz013
2023-08-29 15:08:29 -03:00
parent 26f29009d6
commit c061fdc8cd
10 changed files with 62 additions and 42 deletions

View File

@@ -0,0 +1,6 @@
---
"@eslit/cli": minor
---
Now the cli exports a API that runs the application and the configs object needs to be passed to the Cli class, this way any other package can run and have their configs array.
With this, the new command line interface that handles the actual configs of this repo is the "eslegant" package.