best-prompt
v1.0.1
Published
The simplest prompt module you've ever seen
Maintainers
Readme
📥 Best Prompt
🔭 The simplest and easiest to use synchronous prompt library.
🚩 Installation:
npm install best-prompt
🛒 Sample code snippet:
const prompt = require("best-prompt")
let age = prompt("How old are you ? ")
console.log(age)
// This should simply ask the user for their age and then log it to the console.
📣 Disclaimer
The code was actually not made by me, but by someone called Hakerh400 on github. All i did was to make it into a library.
