md-blog-setup
v1.0.0
Published
Setup script for md-blog - a markdown blog platform
Maintainers
Readme
md-blog-setup
A command-line tool to quickly set up a new md-blog project. Downloads the latest version from GitHub and configures it for you.
Usage
Create blog in current directory
npx md-blog-setupCreate blog in specific directory
npx md-blog-setup /path/to/your-blogCreate blog with custom name
npx md-blog-setup ./my-awesome-blogThe setup script will:
- Download the latest md-blog from GitHub
- Install all dependencies
- Guide you through configuration
