/dvlp-faq-md-summary

Primary LanguageTypeScriptISC LicenseISC

dvlp-faq-md-summary

Build Status semantic-release Conventional Commits Commitizen friendly npm version

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>'