Initial commit
This commit is contained in:
commit
a5bdff6fb9
4 changed files with 710 additions and 0 deletions
3
index.js
Normal file
3
index.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { input } from '@inquirer/prompts';
|
||||
|
||||
const answer = await input({ message: 'Enter your name' });
|
||||
Loading…
Add table
Add a link
Reference in a new issue