8000 Stablize `@configu/cli` · Issue #503 · configu/configu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Stablize @configu/cli #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rannn505 opened this issue Oct 7, 2024 · 1 comment · Fixed by #545, #565, #568 or #570
Open

Stablize @configu/cli #503

rannn505 opened this issue Oct 7, 2024 · 1 comment · Fixed by #545, #565, #568 or #570
Assignees
Labels
feat New feature or request

Comments

@rannn505
Copy link
Contributor
rannn505 commented Oct 7, 2024

Suggestion

Refactor the @configu/cli framework from oclif to clipanion. Clipanion is a newer, thinner alternative (with only 1 dependency compared to oclif's 17) and is used by high-profile CLIs like Corepack, Yarn, and PNPM. Clipanion can also be bundled into a single file, allowing us to later use node-sea to create a true binary for the CLI.

Motivation

Moving to clipanion reduces the dependency footprint and simplifies the CLI architecture. It also opens the door for better packaging and distribution options, like bundling into a single file for easier deployment. This will improve performance, maintainability, and flexibility.

Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0