asky.js

1.0.1 • Public • Published

Asky.js

Easy to use Command Line Inputs

const ask = require('asky.js');

async function getInput() {
const answers = await ask(['What is your name?','Insert funny sentence here!']); //Do whatever with you answer Array
console.log(answers[0]);
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i asky.js

      Weekly Downloads

      0

      Version

      1.0.1

      License

      GPL-3.0

      Unpacked Size

      1.27 kB

      Total Files

      3

      Last publish

      Collaborators

      • thelee