Socket
Socket
Sign inDemoInstall

doctoc

Package Overview
Dependencies
1
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

18

package.json

@@ -5,3 +5,3 @@ {

"description": "Generates TOC for markdown files of local git repo.",
"version": "0.0.2",
"version": "0.0.3",
"repository": {

@@ -12,17 +12,17 @@ "type": "git",

"main": "doctoc.js",
"bin" : "doctoc.js",
"bin": "doctoc.js",
"engines": {
"node": "~0.6.6"
"node": ">=0.4"
},
"dependencies": {
"underscore": ">=1.3.3"
"underscore": ">=1.3.3"
},
"devDependencies": {},
"license" : "MIT/X11",
"license": "MIT/X11",
"keywords": [
"github",
"markdown",
"documentation",
"parser"
"github",
"markdown",
"documentation",
"parser"
]
}
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
- [doc-toc](#doc-toc)
- [DocToc](#doctoc)
- [Installation](#installation)
- [Usage](#usage)
doc-toc
=======
# DocToc
Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github
Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github
## Installation
npm install -g doctoc
## Usage
Go into the directory that contains you local git project and type:
doctoc .
This will update all markdown files in the current directory and all its
subdirectories with a table of content that will point at the anchors generated
by the github markdown parser.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc