Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lenra-io/mdx2html
- Owner: lenra-io
- License: mit
- Created: 2022-07-19T15:17:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T08:50:38.000Z (almost 2 years ago)
- Last Synced: 2023-09-29T16:15:51.544Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```