3.0.4 • Published 5 years ago

ape-asking v3.0.4

Weekly downloads
30
License
MIT
Repository
github
Last release
5 years ago

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

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.0

9 years ago