humanmade / humanmade/WP-CLI-Salty-Command

Subcommand to create a new WordPress site

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

It would be nice to have a subcommand that walked you through the process of setting up an new WordPress site.

These pieces would include:
- [ ] Download WordPress to a directory if it doesn't exist in the directory.
- [ ] Create a database if one doesn't exist.
- [ ] Create a `wp-config.php` file if one doesn't exist.
- [ ] Install WordPress (either single site or multisite).

This will make a multi-step process into a single-step process.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the repository's existing command structure and the WordPress setup flow. Define how the subcommand should handle downloading WordPress, creating the database and wp-config.php, and installing single-site or multisite; done means the full setup works as one guided command.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, wordpress
Domain
backend, cli, database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.