1.0.22 • Published 1 year ago

wp-advads v1.0.22

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 wp-advads

🕹 Usage

Create plugin

Run wp-advads make:plugin command in your terminal and answer the questions and boom, it will auto-magically generate a WordPress plugin for you without stress!

  npx wp-advads make:plugin
  npx wp-advads make:plugin --folder=my-awesome-plugin

Create files

Generate files within the plugin folder using the answer from creating plugin step.

  npx wp-advads make:file --file="Dashboard"
  npx wp-advads make:file --file="Admin\Report\Dashboard"
  npx wp-advads make:file --file="Admin\Report\Dashboard" --integration
  npx wp-advads make:file --file="Admin\Report\Dashboard" --initializer
  npx wp-advads make:file --file="Admin\Report\Dashboard" --routes
  npx wp-advads 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.
  3. This one generate a file name class-dashboard.php in includes/admin/report folder with namespace ${rootNamespace}\Admin\Report and it will be a singleton class.

Create release

Create the release branch performing checks and tasks required for it.

npx wp-advads make:release

📖 Changelog

See the changelog file

1.0.22

1 year ago

1.0.21

1 year ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.20

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.9

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

1.0.3

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago