Inquirer.js
Inquirer.js copied to clipboard
Adding help information execution from "Nodemon"
Many developers wants hot reload execution using "Nodemon"
and ``` "stdin": false ```` is very useful, without stdin property "list" option not worked properly while using "Nodemon"
I'd suggest 2 improvements:
- While I agree instructions would be useful, I disagree it should appear before Inquirer documentation itself. Let's move this block towards the bottom.
- Where does this object goes? How is it passed to nodemon? A
rcfile? A function call? Let's put a full example of the most common way to configure nodemon so there's no ambiguity.
i updated all suggestion please review it and also share your valuable feedback :)
Thanks!