modernwpdev / create-wp-site
Create WP Site is a cli for quickly downloading, configuring, and installing WordPress using either core [WordPress](https://wordpress.org) or [Bedrock](https://roots.io/bedrock).
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0
- laravel-zero/framework: ^9.2
- nunomaduro/termwind: ^1.14
Requires (Dev)
- laravel/pint: ^1.2
- mockery/mockery: ^1.4.4
- pestphp/pest: ^1.21.3
README
Create WP Site
Create WP Site is a cli for quickly downloading, configuring, and installing WordPress using either core WordPress or Bedrock.
Save time and get straight to developing your next theme or plugin. Create WP Site handles the entire setup process, including:
- Downloading WordPress core with WP-CLI or Bedrock with Composer.
- Creates a database for you.
- Configures wp-config.php (WP core) or .env (Bedrock)
- Installs and configures WordPress using WP-CLI.
Future features include:
- Automatically setting up multisite when you need it.
- Automatically installing and setting up WooCommerce when you need it.
- Install/uninstall and activate/deactivate any plugins you need.
- Install/uninstall themes from the jump.
Documentation
Using Create WP Site is as straight forward as possible.
Installation
composer global require modernwpdev/create-wp-site
Usage
Run the create-wp-site
command...
# Basic usage create-wp-site site-name # Using the --core flag to install vanilla WordPress create-wp-site site-name --core # Using the --bedrock flag to install Bedrock create-wp-site site-name --bedrock
Then, simply follow the prompts and let Create WP Site handle the rest.
Create WP Site will create a Mysql database for you. When asked for a name, make sure a database with that name does not already exist. The database user must already exist. For local development, this is likely
root
.
License
Create WP Site is an open-source software licensed under the MIT license.