Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dummy-team/wp-installer

Wordpress installer via composer
https://github.com/dummy-team/wp-installer

Last synced: 20 days ago
JSON representation

Wordpress installer via composer

Awesome Lists containing this project

README

        

# 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](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) 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.