docify

Drop-in customizable project page, API documentation, and Github Pages support for your npm module.

$ docify server Defined in lib/cli/server.js

The $ docify server command builds the documentation for your project, then launches a preview webserver and watches your source files for any changes. When you change any source file (i.e. change a page in your docs/ folder, or update a source code comment), the server will rebuild the documentation.

The server also incorporates a Livereload server, allow you to connect your browser and refresh the page when a change occurs. Check out the Livereload extension for Chrome (or your own browser) for connecting.