UNPKG

wp-plugin-builder

Version:

A CLI tool to create WordPress plugins and modules using the PSR-4 model

30 lines (29 loc) 654 B
{ "name": "wp-plugin-builder", "version": "1.0.3", "description": "A CLI tool to create WordPress plugins and modules using the PSR-4 model", "main": "index.js", "bin": { "builder": "./bin/builder.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/yourusername/wp-plugin-builder.git" }, "keywords": [ "wordpress", "plugin", "cli", "psr-4" ], "author": "Rajan Vijayan <me@rajanvijayan.com>", "license": "MIT", "dependencies": { "fs-extra": "^10.1.0", "inquirer": "^8.2.6", "path": "^0.12.7" } }