1.0.0 • Published 1 year ago
@mimo-org/input v1.0.0
@mimo-org/input
A simple, synchronous input function to read from stdin, inspired by Python's input().
Installation
npm install @mimo-org/inputUsage
const input = require('@mimo-org/input');
const name = input('Enter your name: ');
console.log(`Hello, ${name}!`);1.0.0
1 year ago