netdoc

0.1.0 • Public • Published

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\ 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2

Package Sidebar

Install

npm i netdoc

Weekly Downloads

2

Version

0.1.0

License

MIT License

Last publish

Collaborators

  • ntotten