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

Sep 24, 2024
7cdaf83 · Sep 24, 2024

History

3 Commits
Sep 23, 2024
Sep 23, 2024
Sep 23, 2024
Sep 24, 2024
Sep 23, 2024
Sep 24, 2024
Sep 23, 2024

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