Giter Site home page Giter Site logo

Comments (3)

terkelg avatar terkelg commented on August 24, 2024 6

Prompts is opinionated with focus on simplicity. Complexity is something we as developers should fight every day.
To be honest I don't know that much about inquirer. I tried to read some of it's code for inspiration but I gave up.

  • Smaller package: prompts' codebase is way smaller.
  • 2 dependencies (only 1 external): Prompts only have 2 dependencies. Both small and both without any dependencies themself. Compare the dependencie graph for prompts with inquirer
  • Testable: prompts provide a way for you as a developer to programmatically inject responses so you can write test your code.
  • No legacy code: The code is simple and easy to read. This makes it less error prone, easier to maintain and easier for people to contribute to the project. Prompts uses new JavaScript features like async/await which makes the code super tidy - with the downside of only supporting newer version of node.
  • Unified experience: All prompts inherit the same base class which makes sure the experience is consistent. All prompts respect best practice when it comes to CLI tools (shortcuts etc.) and behave as you'll expect as a CLI-Ninja.
  • Better documentation: I think the documentation easier to follow and better structured (with nice gifs, yay!)

inquirer
screen shot 2018-02-28 at 21 40 36

prompts
screen shot 2018-02-28 at 21 40 00

from prompts.

tunnckoCore avatar tunnckoCore commented on August 24, 2024 2

Smaller. Faster. Easier code base. Not much features. Opinionated.

Probably 🗡️ 💃

from prompts.

tunnckoCore avatar tunnckoCore commented on August 24, 2024

One more reason about "Why not Inquirer".
– by Jon Schlinkert (@jonschlinkert), phenomenal community contributor.

Above statement is a bit old, probably, because is removed in the latest readme. In anyway, Inquirer is big, it worths to develop on (release for) newer nodejs versions and you should always try to bring some idea to minimum.

This leads me through the years and I have tons of small modules similar to some of more popular ones and they are totally functional and competitive.

If you one day need something like Inquirer, definitely replace it with @enquirer.

from prompts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.