1.0.1 ā€¢ Published 1 year ago

best-prompt v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

šŸ“„ Best Prompt

šŸ”­ The simplest and easiest to use synchronous prompt library.

MIT license

šŸš© 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.

1.0.1

1 year ago

1.0.0

1 year ago