dvlp-faq-xml
v2.2.1
Published
Developpez.com FAQ XML impl for md-file-converter
Downloads
3
Maintainers
Readme
dvlp-faq-xml
An implementation package for md-file-converter.
This implementation output a <filename>.xml
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-xml
usage
Invoke the CLI with the following :
node ./node_modules/.bin/mdfc convert 'dvlp-faq-xml' '<faq-markdown-files-glob>' --dest '<dest-dir-path>' --filename '<filename-without-ext>'