dvlp-faq-md-summary
v2.1.1
Published
Developpez.com FAQ SUMMARY FAQ impl for md-file-converter
Downloads
5
Maintainers
Readme
dvlp-faq-md-summary
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.
installation
In the repository containing your FAQ markdown documents, add this package to devDependencies :
npm i -D dvlp-faq-md-summary
usage
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>'