CLI Evo
Is a package that can help you make CLI application~!
Installation
Use the package manager
npm.
``
bash
npm install cli-evo
``
Methods
$3
- question (Object [JSON]/String)
To ask a question! You also can add options, autoCorrect and etc!
$3
- question (Object [JSON])
To ask question but with table~!
$3
- question (Object [JSON])
To ask confirmation. (y/N)
$3
- questions (Object [Array])
To ask questions! You also can add options, autoCorrect and etc!
$3
- questions (Object [Array])
To ask questions but with table~!
$3
- questions (Object [Array])
To ask confirmations. (y/N)
Example
To see example of how to use, go to test.js xD