/create-wordpress-project

A generator to kickstart your WordPress project in a few seconds! ⚡

Primary LanguagePHPMIT LicenseMIT

Create WordPress Project

NPM Version Dependency Status devDependency Status

A generator to kickstart your WordPress project in a few seconds! ⚡

Usage

Run the following command to bootstrap a WordPress project using Studio Meta's tools and workflows:

npx @studiometa/create-wordpress-project@alpha project-name

Documentation

This tool will generate a WordPress project managed by Composer, Gulp and Webpack. See the readme.md file in the template folder for a more detailed documentation.

Contributing

This project's branches are managed with Git Flow, every feature branch must be merged into develop via a pull request.

TODO

  • Test if Wordpress loads plugins in a subfolder of wp-content/plugins/
  • Test if Wordpress loads mu-plugins in a subfolder of wp-content/mu-plugins/
  • Test if Wordpress loads themes in a subfolder of wp-content/themes/
  • Use a child theme