2.0.12 • Published 2 years ago

wp-awesome9 v2.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago