@thushan-wp/block-theme-starter
Version:
A simple CLI tool to scaffold a fresh WordPress Block Theme based on a boilerplate structure. Ideal for developers who want to speed up their workflow and follow best practices when building custom block themes for WordPress.
31 lines (30 loc) • 575 B
JSON
{
"name": "@thushan-wp/block-theme-starter",
"version": "1.0.3",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wordpress",
"block-theme",
"block-theme-starter",
"wordpress-theme",
"full-site-editing",
"FSE",
"wp-theme",
"cli-tool",
"web-development"
],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"fs-extra": "^11.3.0",
"inquirer": "^12.5.2"
},
"bin": {
"create-block-theme": "index.js"
}
}