Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
/ chatdown-glob Public archive

Chatdown CLI for processing multiple chatdown files at once.

License

Notifications You must be signed in to change notification settings

szul/chatdown-glob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatdown Glob

Note: This package has been moved to the Bot Builder Community Tools repository. For all updates, issues, etc. please go there.

Chatdown Glob is a tool for processing multiple Chatdown files in a single command.

Installation

npm install chatdown-glob -g

Usage

chatdown-glob **/*.chat ./transcripts

The above command will process all *.chat files in the current directory and all subdirectories, and put the output in the "transcripts" folder of the current directory. If an output directory is not present, it will default to ./. If an input pattern is not present, it will default to **/*.chat.