Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试(使用nodemon)找到一种方法将最后更改的文件名的名称发送到子脚本或将它们放入脚本中。作为命令行参数?从日志文件?任何想法?
在您的项目中需要 nodemon,并监听重新启动事件:https ://github.com/remy/nodemon/blob/master/doc/events.md#states这将为您提供重新启动脚本的文件的完整列表。
如果您只想将其注销(在终端中),您可以使用详细模式:
nodemon --verbose