Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.
/ doc.md Public archive

A simple JSDoc documenation tool that creates markdown for node.js modules exports

Notifications You must be signed in to change notification settings

Pita/doc.md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#About I created doc.md cause all the jsdoc tools I found were too complex or doesn't do what I wanted. So I decided to create my own jsdoc tool. It creates markdown, this makes it possible to look at the documentation directly in Github.

#Example

A single File test.js -> test.md

[A documentation folder generated with doc.md] (https://github.com/Pita/etherpad-lite/tree/master/doc/jsdoc)

#Install npm install -g doc.md

#Usage

doc.md $SRCFOLDER $DESTFOLDER

#LICENSE Apache License v2 http://www.apache.org/licenses/LICENSE-2.0.html

About

A simple JSDoc documenation tool that creates markdown for node.js modules exports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published