@prompt-or-die/core
A utility package for prompting users with critical decisions - exit on denial
Found 28 results for user-input
A utility package for prompting users with critical decisions - exit on denial
A package for parsing user input
user-input system for web games
```node.js const provoker = require('provoker'); provoker.provoke(['Username:-', 'Password:-'], (results) => { console.log(results); process.exit(); }); ``` ###### The 'process.exit();' line The process.exit(); line is extremely important
A lightweight React hook to effortlessly detect keyboard or mouse usage.
A JavaScript module for reading and getting user input from the CLI
A lightweight, modular CLI prompting library with support for text input, toggles, and multi-select options