1.0.0 • Published 5 years ago
date-prompt v1.0.0
date-prompt 📅
A CLI prompt to ask for date & time.
Installing
npm install date-promptUsage
const datePrompt = require('date-prompt')
datePrompt('When is your birthday?')
.then(isoStr => console.log('Submitted with', isoStr))
.catch(isoStr => console.log('Aborted with', isoStr))Related
enquirer– Stylish, intuitive and user-friendly prompts.mail-promptrange-prompttree-select-promptcli-autocomplete
Contributing
If you have a question or need support using date-prompt, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use the issues page.
