-
Notifications
You must be signed in to change notification settings - Fork 38
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
This package is bloated #48
Comments
Just wanted to point out that Enquirer is a blazing fast replacement of Inqurier. Not exactly a drop-in replacement, but almost. |
@alcuadrado I don't think the performance of Inquirer is the problem here. This package doesn't need this thing Enquirer provides: |
You are right, but moving to enquirer should be easy and would make things better. I'm not sure how maintained is this package though. This issue is still open: #46 |
@mklabs why did you close this? |
I've been making CLI apps with Caporal.js for a while, and they start-up slowly and are bloated. Most of the bloat comes from this package, you guys are importing about 8MB from Inquirer just for asking which shell to use.
Inquirer comes with all sorts of advanced prompts which this package isn't using at all, there must be a faster/less-bloated way of doing the same thing.
The text was updated successfully, but these errors were encountered: