New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ndoc

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndoc

pdoc made in node.js

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
135
increased by40.63%
Maintainers
1
Weekly downloads
 
Created
Source

JavaScript PDoc parser

An attempt to parse PDoc with node.js

How to Install

Clone and have fun

Quick start

Go to your project's root directory and run

ndoc lib
open file://./doc/index.html

Usage

ndoc [options] <path>...

path PATH                 Source files location

Options:

  -h, --help                Output usage information
  -o, --output PATH         Resulting file(s) location [doc]
  -e, --extension STRING    Source files extension [js]
  -f, --format <html|js>    Documentation format [html]
  -i, --index PATH          Index file [README.md]
  -l FMT, --link-format FMT String format for link to source file [{file}#L{line}]
                            {file} is substituted with the name of the source file
                            {line} is substituted with the line number within the source file
                            E.g. http://github.com/nodeca/ndoc/{file}#L{line}
  --package-json PATH       Package manifest [package.json]
  --package-name NAME       Package name
  --package-version VER     Project version
  --package-title TITLE     Package title
  --view-source-label TXT   Text for "View source" link
  --skin PATH               Custom templates

License

MIT

FAQs

Package last updated on 24 Nov 2011

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc