Prompt in and read from console.
If links in this document not avaiable, please access README on GitHub directly.
const cread = require('cread');
cread.line({
prompt: 'How old are you?',
pattern: /^\d+$/,
}).then(answer => {
// ...
});
Prompt in and read from console.
If links in this document not avaiable, please access README on GitHub directly.
const cread = require('cread');
cread.line({
prompt: 'How old are you?',
pattern: /^\d+$/,
}).then(answer => {
// ...
});
npm i cread
4
0.0.3
ISC
7.7 kB
9