2.0.12 • Published 2 years ago
wp-awesome9 v2.0.12
WordPress Scaffolding
📃 Introduction
Quickly bootstrap your next awesome WordPress plugin with just one command!
💾 Installation
npx wp-awesome9🕹 Usage
Run wp-awesome9 command in your terminal and answer the questions and boom, it will auto-magically generate a WordPress plugin for you without stress!
npx wp-awesome9
npx wp-awesome9 --folder=my-awesome-pluginCreate files
npx wp-awesome9 make:file --file="Dashboard"
npx wp-awesome9 make:file --file="Admin\Report\Dashboard"
npx wp-awesome9 make:file --file="Admin\Report\Dashboard" --singleton- 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.