date-prompt / 0.4.0 last updated 2 months ago created on Sep 10th 2015

Install

npm install --save date-prompt

Clone

git clone git@github.com:derhuerst/date-prompt.git

dependencies show all 13

main moment 2.12.0 MIT
ansi-escapes 1.3.0 MIT
left-pad 0.0.4 BSD 4-Clause
chalk 1.1.1 MIT
bluebird 2.10.2 MIT

maintainers

derhuerst

versions

0.4.0 2 months ago derhuerst
0.3.1 6 months ago derhuerst
0.3.0 6 months ago derhuerst
0.2.0 6 months ago derhuerst
0.1.0 6 months ago derhuerst
0 Downloads yesterday.

readme

date-prompt

A CLI prompt to ask for date & time.

asciicast

npm version dependency status

Installing

npm install date-prompt

Usage

1
2
3
4
5
6
7
8
9
var datePrompt =    require('date-prompt');

datePrompt()
.date.then(function (value) {
    // user submitted
})
.catch(function () {
    // user aborted
});

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

Resolving all dependencies.. This could take a while as our cache is not yet fully warmed up.