1. docco
The Quick and Dirty Literate Programming Documentation Generator
docco
Package: docco
Created by: jashkenas
Last modified: Wed, 15 Jun 2022 06:43:35 GMT
Version: 0.9.1
License: MIT
Downloads: 26,233
Repository: https://github.com/jashkenas/docco

Install

npm install docco
yarn add docco

/\ \ \ \ \/\ \ ___ ___ ___ ___ \ \ \ \ \ / __\ /'\ /'\ / __`
\ \ _\ \ /\ \ \ \ /\ _
/ /\ _/ /\ \ \
\ _
/ \ _/ \ _\ \ _\ \ _/
/
/ // // // /_/

Docco is a quick-and-dirty, hundred-line-long, literate-programming-style
documentation generator. For more information, see:

http://jashkenas.github.io/docco/

Installation:

sudo npm install -g docco

Usage: docco [options] FILES

Options:

-h, --help             output usage information
-V, --version          output the version number
-l, --layout [layout]  choose a built-in layouts (parallel, linear)
-c, --css [file]       use a custom css file
-o, --output [path]    use a custom output path
-t, --template [file]  use a custom .jst template
-e, --extension [ext]  use the given file extension for all inputs
-L, --languages [file] use a custom languages.json
-m, --marked [file]    use custom marked options

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code