https://github.com/marcloupias/dvlp-faq-xml
https://github.com/marcloupias/dvlp-faq-xml
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcloupias/dvlp-faq-xml
- Owner: MarcLoupias
- License: isc
- Created: 2019-02-11T06:36:15.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-29T09:05:58.000Z (over 5 years ago)
- Last Synced: 2025-03-15T22:07:50.993Z (7 months ago)
- Language: TypeScript
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dvlp-faq-xml
[](https://travis-ci.org/MarcLoupias/dvlp-faq-xml)
[](https://github.com/semantic-release/semantic-release)
[](https://conventionalcommits.org)
[](http://commitizen.github.io/cz-cli/)
[](http://badge.fury.io/js/dvlp-faq-xml)An implementation package for [md-file-converter](https://www.npmjs.com/package/md-file-converter).
This implementation output a `.xml` file in the format expected by [developpez.com website](https://www.developpez.com/) for the FAQ documents.
## installation
In the repository containing your FAQ markdown documents, add this package to devDependencies :
```bash
npm i -D dvlp-faq-xml
```## usage
Invoke the CLI with the following :
```bash
node ./node_modules/.bin/mdfc convert 'dvlp-faq-xml' '' --dest '' --filename ''
```