grant / date-prompt

A CLI date picker prompt.

Home Page:https://github.com/derhuerst/date-prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

date-prompt 📅

A CLI prompt to ask for date & time.

asciicast

npm version dependency status ISC-licensed

date-prompt uses cli-styles and prompt-skeleton to have a look & feel consistent with other prompts.

Installing

npm install date-prompt

Usage

const numberPrompt = require('date-prompt')
datePrompt()
.on('data', (v) => console.log('Interim value', v))
.on('submit', (v) => console.log('Submitted with', v))
.on('abort', (v) => console.log('Aborted with', v))

Related

Contributing

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

About

A CLI date picker prompt.

https://github.com/derhuerst/date-prompt

License:ISC License


Languages

Language:JavaScript 100.0%