1.0.0 • Published 5 years ago

dirsummary v1.0.0

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

dirsummary

Show a directory summary based on informations found in markdown files Resulting in a ldjson stream of extracted informations

Installation

npm install -g dirsummary

Usage

Usage: dirsummary [options]

The information in the stream are:

  • filepath: The full file path
  • filename: The filename
  • name: The filename without extension
  • dirname: The directory name containing the markdown file
  • volume: The dirname parent
  • title: The markdown title
  • description: The first line after the title
  • (Other fields): The first block containing Yaml data is merged with the resulting json entry

From a directory containing other directory with README.md inside

dirsummary --glob "*/README.md"

# With csv-write utility (from csv-write-stream npm package)
dirsummary | csv-write