This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/packages/cli/CHANGELOG.md
github-actions[bot] 550dd09e89 ci: 👷🦋 version packages
2023-09-10 00:47:14 +00:00

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)