Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 515 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 515 Bytes

wp-installer

Wordpress installer is a composer package that will guide you during a Wordpress installation. Wordpress core and plugins dependencies will be managed via composer.

How to start a project?

Install composer and then start your project with this command

composer create-project dummy-team/wp-installer name-of-your-project

Note: name-of-your-project will be the destination folder so don't forget to change it.