0.0.5 • Published 4 years ago

mdnext v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

mdnext

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 mdnext

then use it like

yarn mdnext {your-project-name}

Usage