mdnext
v0.0.5
Published
Select and clone MDX + NextJS starters easily with our CLI.
Readme

A CLI to get your projects up and running fast with opinionated NextJS + MDX starters
Installation
You can either use directly with npx
npx mdnext {your-project-name}or
You can install it globally
yarn add -G mdnextthen use it like
yarn mdnext {your-project-name}