1.0.1 • Published 7 years ago

summary-parser v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Summary Parser

Parse CA Academy TOC

Installation

npm install -g summary-parser

Usage

// Passing a source file and the output file
summary-parser --source SUMMARY.md --output summary.json

// If no source file is given, it will read from stdin

summary-parser --output summary.json

// If no output file is given, it will write to stdout

summary-parser --source SUMMARY.md