Console Input Module for NodeJS Javascript / Typescript
Find a file
Killer Boss Original 5faa1f575a ttf
2023-02-03 18:30:34 +01:00
.github/workflows 2023.02.03 - 1 2023-02-03 18:14:20 +01:00
src ttf 2023-02-03 18:30:34 +01:00
.gitignore 2023.02.03 - 1 2023-02-03 18:14:20 +01:00
.npmrc Initial commit 2023-02-03 18:01:42 +01:00
LICENSE Initial commit 2023-02-03 18:01:42 +01:00
package.json ttf 2023-02-03 18:30:34 +01:00
readme.md ttf 2023-02-03 18:30:34 +01:00
tsconfig.json 2023.02.03 - 1 2023-02-03 18:14:20 +01:00

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))