humanmade / wp-maestro
WordPress project generator
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 13
Forks: 0
Open Issues: 5
Type:project
Requires
- johnpbloch/wordpress: dev-master
Requires (Dev)
- phpunit/phpunit: ~4.3
- squizlabs/php_codesniffer: ~1.5
- wpackagist-plugin/query-monitor: *
- wpackagist-plugin/user-switching: *
This package is not auto-updated.
Last update: 2022-02-01 12:41:25 UTC
README
Composer powered WordPress project generator.
WARNING: this is alpha software, here be dragons.
Getting started
-
Add an entry to your
/etc/hosts
file for the site (seems like the latest version of Vagrant handles that now) -
ssh into your vagrant box
-
Run the following command while ssh'd from the parent directory where you want to install WordPress.
composer create-project -sdev humanmade/wp-maestro testinstall
Where [testinstall] is the name of your project.
For other options, see the Composer docs
At the end of the process, you'll be asked:
Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?
You should answer 'yes'
You could alias the whole command to something like wp-maesto [project]