madlabsinc / mevn-cli

Light speed setup for MEVN(Mongo Express Vue Node) Apps
https://mevn.surge.sh
MIT License
825 stars 152 forks source link

Migrate to enquirer #156

Closed jamesgeorge007 closed 4 years ago

jamesgeorge007 commented 4 years ago

Present Scenario

We're currently using inquirer.js for the interactive prompts. This has led to a huge rise in the bundle size as inquirer depends on a couple of packages.

Proposed Solution

Switch to enquirer.

aquibbaig commented 4 years ago

Hey @jamesgeorge007. Can I work on this one here? Cause it will make me catch up with the work till now!

jamesgeorge007 commented 4 years ago

@aquibbaig yeah ofc :clap:

jamesgeorge007 commented 4 years ago

enquirer would be a better choice as it has got a similar API.

jamesgeorge007 commented 4 years ago

Not of higher priorities.