Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franmastromarino/wp-scaffolding
WP Scaffolding
https://github.com/franmastromarino/wp-scaffolding
Last synced: about 2 months ago
JSON representation
WP Scaffolding
- Host: GitHub
- URL: https://github.com/franmastromarino/wp-scaffolding
- Owner: franmastromarino
- License: gpl-3.0
- Created: 2023-07-03T18:40:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T09:44:40.000Z (3 months ago)
- Last Synced: 2024-11-15T01:47:09.971Z (about 2 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Scaffolding
[![GitHub license](https://img.shields.io/github/license/franmastromarino/wp-scaffolding)](https://github.com/franmastromarino/wp-scaffolding/blob/main/LICENSE)
WP Scaffolding is an npm package that simplifies the process of creating and updating WordPress plugins. This package is designed for WordPress plugin developers and offers an easy way to scaffold and update your plugin structure.
## Features
- Easy scaffolding of WordPress plugins
- Customizable plugin structure
- Composer integration
- Composer autoload
- Jetpack packages
- Internationalization## Installation
Install WP Scaffolding using npm:
```bash
npm install wp-scaffolding --save
Usage
To create a new plugin:bash
Copy code
npx wp-scaffolding create-plugin
To update an existing plugin:bash
Copy code
npx wp-scaffolding update-plugin
```
##Contribute to WP Scaffolding
We welcome and appreciate contributions from the community to help improve WP Scaffolding! Here's how you can contribute:Fork the repository: https://github.com/franmastromarino/wp-scaffolding
Create a new branch with a descriptive name for your feature, bugfix, or enhancement.
Make your changes, following the existing code style and structure.
Commit your changes with a clear and concise commit message.
Push your branch to your fork on GitHub.
Open a pull request against the main branch of the original repository.
Before submitting your pull request, please ensure that you have tested your changes thoroughly and that all tests pass.Thank you for your interest in contributing to WP Scaffolding!