create-mdx
Create an MDX project.
Usage
Use it directly with npm init
:
npm init mdx gatsby "my-new-project"
API
npm init mdx [type=next] [name=next-mdx]
Create a new MDX project.
Defaults to the Next example, but type
can also be create-react-app
,
parcel
, razzle
, or x0
.
Name can be any name but defaults to next-mdx
.
Contribute
See the Support and Contributing guidelines on the MDX website for ways
to (get) help.
This project has a Code of Conduct.
By interacting with this repository, organisation, or community you agree to
abide by its terms.
License
MIT © Compositor and Vercel