1.0.0-beta.12 • Published 2 years ago

@studiometa/create-wordpress-project v1.0.0-beta.12

Weekly downloads
12
License
MIT
Repository
github
Last release
2 years ago

Create WordPress Project

NPM Version Dependency Status devDependency Status

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

Usage

Install

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

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

Follow the prompt steps to complete the project creation.

To get started

  • Go to your project folder
  • Create a .env file based on .env.example
  • Generate the salts bin/get-wp-salts.sh and put them in the .env file
  • Install composer dependencies composer install
  • Create a database with WPCLI ./vendor/bin/wp db create (this command is using the variables filled in .env file)
  • Install WordPress with WPCLI ./vendor/bin/wp core install --url="<PROJECT_URL>" --admin_user="<ADMIN_USER>" --admin_email="<ADMIN_EMAIL>" --title="<SITE_TITLE>
  • Install NPM dependencies npm i
  • Have fun !

Documentation

This tool will generate a WordPress project managed by Composer 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
1.0.0-beta.12

2 years ago

1.0.0-beta.11

2 years ago

1.0.0-beta.10

2 years ago

1.0.0-beta.9

2 years ago

1.0.0-beta8

3 years ago

1.0.0-beta.6

3 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.3

4 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.0

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago

1.0.0-alpha.0

5 years ago