generator-npm-init
generator-npm-init copied to clipboard
Add 'store' option for 'author' prompt
From yeoman documentation:
Yeoman extends the Inquirer.js API by adding a store property to question objects. This property allows you to specify that the user provided answer should be used as the default answer in the future.
It would be nice to store value of 'author' prompt since it doesn't change often 😸