Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Dependencies
deno.land/x
esm.sh
std
Versions
DMDX
Simple and light MDX to TSX/JSX transformer for Deno that supports inline typescript.
Installation
deno install --force --quiet --no-check --allow-read --allow-write --allow-run --allow-net=localhost,127.0.0.1,0.0.0.0,deno.land,cdn.deno.land --unstable -n dmdx https://deno.land/x/dmdx/cli/dmdx.tsUsage
Transform all .mdx file in a dir.
dmdx transform ./dir
Preview all .mdx file in a dir as ssr jsx rendered file.
dmdx preview ./dir
help
dmdx -h