prompt-simple
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Prompt Simple

Simple prompt for node.js

Installing

$ npm i prompt-simple

Example

const { prompt } = require("prompt-simple");

const name = prompt("What is your name?\n-> ");

console.log(`\n\nHello ${name}!`);

Package Sidebar

Install

npm i prompt-simple

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.77 kB

Total Files

7

Last publish

Collaborators

  • snowflake7