Source: node-prompts Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Yadd Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-babel7 , node-tape Standards-Version: 4.6.1 Homepage: https://github.com/terkelg/prompts#readme Vcs-Git: https://salsa.debian.org/js-team/node-prompts.git Vcs-Browser: https://salsa.debian.org/js-team/node-prompts Rules-Requires-Root: no Package: node-prompts Architecture: all Depends: ${misc:Depends} Provides: ${nodejs:Provides} Description: Nodejs lightweight, beautiful and user-friendly interactive prompts prompts permits one to easy use cli prompts to enquire users for information: * User friendly: prompt uses layout and colors to create beautiful cli interfaces. * Promised: uses promises and `async`/`await`. No callback hell. * Flexible: all prompts are independent and can be used on their own. * Testable: provides a way to submit answers programmatically. * Unified: consistent experience across all [prompts](#-types).