1.0.15 • Published 3 years ago
awesome9-wp-plugin v1.0.15
WordPress Scaffolding
📃 Introduction
Quickly bootstrap your next awesome WordPress plugin with just one command!
💾 Installation
npx awesome9-wp-plugin🕹 Usage
Run awesome9-wp-plugin command in your terminal and answer the questions and boom, it will auto-magically generate a WordPress plugin for you without stress!
npx awesome9-wp-plugin
npx awesome9-wp-plugin --folder=my-awesome-pluginCreate files
npx awesome9-wp-plugin make:file "Dashboard"
npx awesome9-wp-plugin make:file "Admin\Report\Dashboard"- This one generate a file named
class-dashboard.phpinincludesfolder with namespace${rootNamespace}. - This one generate a file name
class-dashboard.phpinincludes/admin/reportfolder with namespace${rootNamespace}\Admin\Report.