ape-asking

v3.0.4
ape framework module for asking.
ape asking

ape-asking

Build Status npm Version JS Standard

ape framework module for asking.

Usage

Ask yes or not.

#!/usr/bin/env node
'use strict'

const apeAsking = require('ape-asking')

apeAsking.askYesNo('Are you sure to do that? [y/N]')
  .then((sure) => {
    /* ... */
  })

License

This software is released under the MIT License.

Links

npm i ape-asking

Metadata

  • MIT
  • >=8
  • Taka Okunishi
  • released 2/24/2019

Downloads

Maintainers