UNPKG

ts-make-gen

Version:

Lightning Fast Typescript Project Generator

2 lines (1 loc) 230 B
export declare const code_cli = "import inquirer from \"inquirer\";\n\ninquirer\n .prompt([{ type: 'input', name: 'name', message: 'What is your name?' }])\n .then((answers) => {\n console.log(answers.name)\n })";