create-astro-modular
v1.0.0
Published
Scaffold an Astro Modular blog in seconds
Maintainers
Readme
create-astro-modular
Scaffold an Astro Modular blog in seconds.
Usage
# pnpm
pnpm create astro-modular my-blog
# npm
npm create astro-modular my-blog
# Interactive (prompts for project name)
pnpm create astro-modularWhat it does
- Downloads the latest Astro Modular template from GitHub
- Removes dev-only files (
cli/,.github/,.ref/,AGENTS.md) - Installs dependencies
- Prints next steps
Requirements
- Node.js 18+
- pnpm, npm, yarn, or bun
