-
Notifications
You must be signed in to change notification settings - Fork 128
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
Labels
feat
New feature or request
Comments
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggestion
Refactor the
@configu/cli
framework fromoclif
toclipanion
. Clipanion is a newer, thinner alternative (with only 1 dependency compared tooclif
'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 usenode-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
next framework: https://mael.dev/clipanion/
old framework: https://oclif.io/
other potential alternative: https://bloomberg.github.io/stricli/
https://nodejs.org/api/single-executable-applications.html
https://github.com/nodejs/single-executable
https://github.com/nodejs/single-executable/blob/main/docs/production-nodejs-clis.md
https://github.com/liudonghua123/node-sea/
https://dev.to/chad_r_stewart/compile-a-single-executable-from-your-node-app-with-nodejs-20-and-esbuild-210j
https://github.com/arcanis/node-sea
https://github.com/bryopsida/node-sea-action/
The text was updated successfully, but these errors were encountered: