Socket
Book a DemoInstallSign in
Socket

netdoc

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

netdoc

Generate HTML documents from .NET XML docs files.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

NetDoc

NetDoc is a tool for creating simple API documents from C# code.

Installation

This project uses Node.js for the command line interface. To install use npm.

npm install https://github.com/ntotten/netdoc/tarball/master/ -g

Use

// Generates docs from a csproj file
netdoc <inputPath> <outputPath>

example:
netdoc .\Source\MyProject.csproj .\docs\


// Create a json document use to generate the docs
netdoc json <inputPath> <outputPath> 

example:
netdoc .\Source\MyProject.csproj .\docs\data.json


// Generates docs from a json file
netdoc gen <inputPath> <outputPath>

example:
netdoc .\docs\data.json .\docs\ 

Keywords

docs

FAQs

Package last updated on 25 Apr 2013

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