UNPKG

ts-make-gen

Version:

Lightning Fast Typescript Project Generator

8 lines (6 loc) 214 B
export const code_cli = `import inquirer from "inquirer"; inquirer .prompt([{ type: 'input', name: 'name', message: 'What is your name?' }]) .then((answers) => { console.log(answers.name) })`;