Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jjgrainger/wp-scaffold

Scaffold for WordPress development
https://github.com/jjgrainger/wp-scaffold

composer composer-project scaffold wordpress

Last synced: about 1 month ago
JSON representation

Scaffold for WordPress development

Awesome Lists containing this project

README

        

# WordPress Scaffold v0.1.1

[![Latest Stable Version](https://poser.pugx.org/jjgrainger/wp-scaffold/v/stable)](https://packagist.org/packages/jjgrainger/wp-scaffold) [![Total Downloads](https://poser.pugx.org/jjgrainger/wp-scaffold/downloads)](https://packagist.org/packages/jjgrainger/wp-scaffold) [![License](https://poser.pugx.org/jjgrainger/wp-scaffold/license)](https://packagist.org/packages/jjgrainger/wp-scaffold)

> Scaffold for WordPress development

## Requirements

* PHP >= 5.6
* [Composer](http://getcomposer.org)

## Usage

##### 1. Create a new WordPress project

To create a new WordPress project simply run the following command in your terminal.

```shell
$ composer create-project jjgrainger/wp-scaffold project-folder-name
```

##### 2. Setup Environment

Inside the `.env` file set the environment variables for your project.

WordPress salts for the `.env` file can be generated, copied and pasted from [https://roots.io/salts.html](https://roots.io/salts.html).

## Notes

* Heavily inspired by [Root's Bedrock](https://roots.io/bedrock/)
* Licensed under the [MIT License](https://github.com/jjgrainger/wp-posttypes/blob/master/LICENSE)
* Maintained under the [Semantic Versioning Guide](http://semver.org)

## Authors

**Joe Grainger**

* [http://jjgrainger.co.uk](http://jjgrainger.co.uk)
* [http://twitter.com/jjgrainger](http://twitter.com/jjgrainger)