Skip to content
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

Closed
fabiospampinato opened this issue Dec 9, 2018 · 4 comments
Closed

This package is bloated #48

fabiospampinato opened this issue Dec 9, 2018 · 4 comments

Comments

@fabiospampinato
Copy link

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.

@alcuadrado
Copy link

Just wanted to point out that Enquirer is a blazing fast replacement of Inqurier. Not exactly a drop-in replacement, but almost.

@fabiospampinato
Copy link
Author

@alcuadrado I don't think the performance of Inquirer is the problem here. This package doesn't need this thing Enquirer provides:

screen shot 2019-03-01 at 17 13 10

@alcuadrado
Copy link

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 mklabs closed this as completed Mar 2, 2019
@fabiospampinato
Copy link
Author

@mklabs why did you close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants