💾 Archived View for freeshell.de › tldr › nodemon.gmi captured on 2023-09-28 at 16:43:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Watch files and automatically restart a node application when changes are detected.
nodemon {path/to/file.js}
rs
nodemon --ignore {path/to/file_or_directory}
nodemon {path/to/file.js} {arguments}
nodemon {arguments} {path/to/file.js}
nodemon --exec "{command_to_run_script} {options}" {path/to/script}
nodemon --exec "python {options}" {path/to/file.py}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).