Skip to content
/ input Public

A simple, synchronous input function for Node to read from stdin, inspired by Python's input()

License

Notifications You must be signed in to change notification settings

getmimo/input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@mimo-org/input

A simple, synchronous input function for Node to read from stdin, inspired by Python's input().

Installation

npm install @mimo-org/input

Usage

const input = require('@mimo-org/input');

const name = input('Enter your name: ');
console.log(`Hello, ${name}!`);

About

A simple, synchronous input function for Node to read from stdin, inspired by Python's input()

Resources

License

Stars

Watchers

Forks