dvlp-news-bbcode
v1.0.0
Published
Developpez.com BBCode news impl for md-file-converter
Downloads
14
Readme
dvlp-news-bbcode
An implementation package for md-file-converter.
This implementation output .bbcode files in the format expected by developpez.com website to write news documents.
installation
In the repository containing your news markdown documents, add this package to devDependencies :
npm i --save-dev dvlp-news-bbcodeusage
Invoke the CLI with the following :
node ./node_modules/.bin/mdfc convert 'dvlp-news-bbcode' '<news-markdown-file-path>'