A simple, synchronous input function for Node to read from stdin, inspired by Python's input().
npm install @mimo-org/inputconst input = require('@mimo-org/input');
const name = input('Enter your name: ');
console.log(`Hello, ${name}!`);| Name | Name | Last commit date | ||
|---|---|---|---|---|