2.0.12 • Published 9 months ago

wp-awesome9 v2.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

WordPress Scaffolding

NPM JavaScript Style Guide

📃 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-plugin

Create 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
  1. This one generate a file named class-dashboard.php in includes folder with namespace ${rootNamespace}.
  2. This one generate a file name class-dashboard.php in includes/admin/report folder with namespace ${rootNamespace}\Admin\Report.

📖 Changelog

See the changelog file

2.0.12

9 months ago

2.0.11

9 months ago

2.0.10

9 months ago

2.0.9

9 months ago

2.0.8

9 months ago

2.0.7

10 months ago

2.0.6

10 months ago

2.0.5

10 months ago

2.0.4

10 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago