modernwpdev/create-wp-site
最新稳定版本:v0.0.1
Composer 安装命令:
composer create-project 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).
关键字:
README 文档
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.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-14