ape-asking

3.0.4 • Public • Published

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

/ape-asking/

    Package Sidebar

    Install

    npm i ape-asking

    Weekly Downloads

    193

    Version

    3.0.4

    License

    MIT

    Unpacked Size

    8.95 kB

    Total Files

    18

    Last publish

    Collaborators

    • okunishinishi