https://github.com/marcloupias/dvlp-news-bbcode
https://github.com/marcloupias/dvlp-news-bbcode
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcloupias/dvlp-news-bbcode
- Owner: MarcLoupias
- License: isc
- Created: 2019-02-08T19:03:21.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-02-22T22:51:41.000Z (over 6 years ago)
- Last Synced: 2025-02-10T20:19:53.105Z (8 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dvlp-news-bbcode
[](https://travis-ci.org/MarcLoupias/dvlp-news-bbcode)
[](https://github.com/semantic-release/semantic-release)
[](https://conventionalcommits.org)
[](http://commitizen.github.io/cz-cli/)
[](http://badge.fury.io/js/dvlp-news-bbcode)An implementation package for [md-file-converter](https://www.npmjs.com/package/md-file-converter).
This implementation output `.bbcode` files in the format expected by [developpez.com website](https://www.developpez.com/) to write news documents.
## installation
In the repository containing your news markdown documents, add this package to devDependencies :
```bash
npm i --save-dev dvlp-news-bbcode
```## usage
Invoke the CLI with the following :
```bash
node ./node_modules/.bin/mdfc convert 'dvlp-news-bbcode' ''
```