Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenra-io/mdx2html

This lib/cli creates an html file (with a json companion) from a mdx file.
https://github.com/lenra-io/mdx2html

Last synced: about 1 month ago
JSON representation

This lib/cli creates an html file (with a json companion) from a mdx file.

Awesome Lists containing this project

README

        

# Requirements
- Install node & npm
- Clone the project

# Install
```bash
node build.js
```
And then
```bash
npm i -g .
```

# Usage
```bash
mdx2html build <...files> [-o outputdir]
```

example
```bash
mdx2html build example/pages
```