Skip to content

Instantly share code, notes, and snippets.

@korzio
Created April 6, 2019 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korzio/65b1d1c67109ccb3debecc90b490e4fa to your computer and use it in GitHub Desktop.
Save korzio/65b1d1c67109ccb3debecc90b490e4fa to your computer and use it in GitHub Desktop.
function start() {
inquirer.prompt(questions)
.then((result) => {
save(result)
console.log(`Your asnwers: ${JSON.stringify(read().state)}`)
console.log('Thanks for participating!')
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment