Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

docv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docv

HTML output for Dox documentation generator

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

docv

for now, this is copyed from dox-foundation, rename and modify something

Use dox to automatically generate beautiful html documentation.

Installation

Install the module with: npm install docv -g

Documentation

$ docx --help

  Usage: docv [options]

  Options:

    -h, --help                  output usage information
    -V, --version               output the version number
    -r, --raw                   output "raw" comments, leaving the markdown intact
    -d, --debug                 output parsed comments for debugging
    -t, --title <string>        The title of the library or program you are generating code for (eg: Express). Overrides default of "Documentation"
    -s, --source <source>       The folder(s) which should be parsed. Multiple folders should be comma separated
    -i, --ignore <directories>  Comma seperated list of directories to ignore. Overrides default of test, public, static, views, templates
    -T, --target <target>       The folder which will contain the results. Default: <process.cwd()>/docs
    --template <jade template>  The jade template file to use

  Examples:

    # stdin
    $ docv > myfile.html

    # operates over stdio
    $ docv --title "myFile documentation" < myfile.js > myfile.html

    # parse a whole folder
    $ docv --source lib --target docs

License

Copyright (c) 2012 P'unk Avenue Licensed under the MIT license.

Keywords

dox

FAQs

Package last updated on 14 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts