dvlp-news-bbcode

Developpez.com BBCode news impl for md-file-converter

Usage no npm install needed!

<script type="module">
  import dvlpNewsBbcode from 'https://cdn.skypack.dev/dvlp-news-bbcode';
</script>

README

dvlp-news-bbcode

Build Status semantic-release Conventional Commits Commitizen friendly npm version

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

usage

Invoke the CLI with the following :

node ./node_modules/.bin/mdfc convert 'dvlp-news-bbcode' '<news-markdown-file-path>'