Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wpp-generate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wpp-generate

Generate a WordPress plugin from a boilerplate.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

wpp-generate

Generate a WordPress plugin from a boilerplate. The generated plugin includes simple files just for my personal use for now.

Install

Install the package globally:

npm install -g wpp-generate

Or use it with npx:

npx wpp-generate

Usage

Run the command:

wpp-generate

And fill the form:

  1. Plugin Name (Required)
  2. Plugin Slug (Required)
  3. Plugin URI
  4. Description
  5. Version
  6. Author
  7. Author URI

When you run the command, it will clone the roelmagdaleno/wp-plugin-boilerplate repository to the current path you're in.

Plugin Structure

The generated project will contain the next structure:

plugin-name/
├─ includes/
│  ├─ constants.php
│  ├─ required-files.php
│  ├─ class-plugin-name.php
├─ plugin-name.php

Keywords

FAQs

Package last updated on 25 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc