unjs / nypm

🌈 Unified Package Manager for Node.js and Bun
MIT License
446 stars 15 forks source link

Simple prompt utility #10

Closed pi0 closed 1 year ago

pi0 commented 1 year ago

Lesson learned from lmify, adding prompter to core is not a good idea, however making CLIs can benefit from such utility if exposed directly with minimum dependencies and smart fallbacks for CI and Test environments.

A simple async prompt utility and docs how to integrate it with other commands would be useful.

pi0 commented 1 year ago

consola v3 supports prompts to integrate