1.1 KiB
1.1 KiB
@eslit/cli
0.2.0
Minor Changes
-
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. (#14) With this, the new command line interface that handles the actual configs of this repo is the "eslegant" package.
-
Renamed all packages from "eslit" to "eslegant" (
3f773f5)
Patch Changes
-
Updated dependencies (
10e5430) -
Fixed some small errors that could be thrown when prompts are canceled. Also fixed --merge-to-root cli argument not working and added list of packages that are installed on confirmation prompt. (
b257ed0)
0.1.0
Minor Changes
- Now the cli can automatically detect the workspace structure on monorepos and single repositories (#10)