An implementation package for md-file-converter.
This implementation output a <filename>.md
file in the format expected by developpez.com website for the FAQ documents.
In the repository containing your FAQ markdown documents, add this package to devDependencies :
npm i -D dvlp-faq-md-summary
Invoke the CLI with the following :
node ./node_modules/.bin/mdfc convert 'dvlp-faq-md-summary' '<faq-markdown-files-glob>' --dest '<dest-dir-path>' --filename '<filename-without-ext>'