200 B
200 B
CIN
This module allow you to make CLI in NodeJS
##Examples
Then
CommonJS
const cin = require('cin').default;
cin('What is your favorite food?').then(ans => console.log(ans))