0.0.3 • Published 5 years ago
cread v0.0.3
cread
Prompt in and read from console.
If links in this document not avaiable, please access [README on GitHub](./README.md) directly.
Description
ToC
Links
Get Started
const cread = require('cread');
cread.line({
prompt: 'How old are you?',
pattern: /^\d+$/,
}).then(answer => {
// ...
});