ape-asking

ape framework module for asking.

Usage no npm install needed!

<script type="module">
  import apeAsking from 'https://cdn.skypack.dev/ape-asking';
</script>

README

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