0.1.4 • Published 7 years ago
chatdown-glob v0.1.4
Chatdown Glob
Chatdown Glob is a tool for processing multiple Chatdown files in a single command.
Installation
npm install chatdown-glob -gUsage
chatdown-glob **/*.chat ./transcriptsThe 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.