mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-03 16:51:08 +08:00
Use `wp package browse` to view all available community commands. Install a specific command with `wp package install <namespace/package-name>`. List all installed packages with `wp package list`. Or, uninstall a package with `wp package uninstall` Packages are installed to their own Composer project in `~/.wp-cli/packages`. This can be changed by setting a `WP_CLI_PACKAGES_DIR` environment variable.
6 lines
62 B
Text
6 lines
62 B
Text
config.yml
|
|
/cache
|
|
/packages
|
|
/vendor
|
|
/*.phar
|
|
/phpunit.xml.dist
|