Skip to content

Node.js 自动重载工具 nodemon #11

Open
@JasinYip

Description

@JasinYip

nodemon

今天发现了这个好用的 Node.js 自动重载工具 nodemon,与老牌 supervisor 不同的是,它原生支持 CoffeeScript,而且会自动 watch 文件的变化,当被 watch 的文件被修改时,会自动重新载入(reload)该文件。

安装:

npm install -g nodemon

使用:

nodemon ./server.coffee

更详细的介绍请查看:https://github.com/remy/nodemon

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions