docify

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

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

Run the follow command from your project's root directory:

$ docify build

to compile the docs for that project.

The build command takes several options to customize it's behavior:

--source       directory containing documentation source (defaults to ./docs)
--destination  directory to write the generated docs to (defaults to ./docs-dist)
--theme        directory containing a theme to use

If you are looking to use docify programmatically (i.e. from your code), check out the main module (lib/build.js)