llumo-create-block
v1.0.9
Published
A lightweight ACF + block.json scaffolding CLI for WordPress themes, built by llumo Studio.
Downloads
20
Maintainers
Readme
llumo-create-block 🧱
A lightweight CLI by llumo Studio for generating WordPress ACF-powered Gutenberg blocks.
🚀 Install
npx llumo-create-block --theme wp-content/themes/your-theme
# or install globally:
npm install -g llumo-create-block
llumo-create-block --theme wp-content/themes/your-theme⚡️ Features
Scaffolds block.json, PHP, and SCSS files
Auto-detects ACF field groups prefixed with “Block:”
Works with any WordPress theme
Developer-friendly prompts and field mapping
🧠 Example usage
llumo-create-block
# → prompts you to choose or create a new blockResult:
/wp-content/themes/your-theme/blocks/testimonial/
│── block.json
│── testimonial.php
└── testimonial.scssCreated By
https://llumo.io/
