Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding help information execution from "Nodemon" #1084

Merged
merged 5 commits into from
Oct 3, 2022

Conversation

umbrashia
Copy link
Contributor

@umbrashia umbrashia commented Feb 11, 2022

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"

Many developers wants hot reload execution using "Nodemon"  
and  ``` "stdin": false ```` is very useful, without stdin property  "list" option not worked properly
Many developer when testing or developing programs with hot reload  feature the always prefer  NODEMON program

"stdin": false,
"restartable": false
@SBoudrias
Copy link
Owner

I'd suggest 2 improvements:

  1. While I agree instructions would be useful, I disagree it should appear before Inquirer documentation itself. Let's move this block towards the bottom.
  2. Where does this object goes? How is it passed to nodemon? A rc file? A function call? Let's put a full example of the most common way to configure nodemon so there's no ambiguity.

all updates successfully updated
navigation link is updated
@umbrashia
Copy link
Contributor Author

i updated all suggestion please review it and also share your valuable feedback :)

@SBoudrias SBoudrias merged commit 3202395 into SBoudrias:master Oct 3, 2022
@SBoudrias
Copy link
Owner

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants