1.0.15 • Published 1 year ago

awesome9-wp-plugin v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

WordPress Scaffolding

NPM JavaScript Style Guide

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

Create files

  npx awesome9-wp-plugin make:file "Dashboard"
  npx awesome9-wp-plugin make:file "Admin\Report\Dashboard"
  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

1.0.15

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago