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

https://github.com/seangenabe/node-wordpress-scaffold


https://github.com/seangenabe/node-wordpress-scaffold

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# node-wordpress-scaffold

Scaffold some static contents of a WordPress website with [grunt-init][].

[grunt-init]: http://gruntjs.com/project-scaffolding

This includes:

* One WordPress theme that can be uploaded via SFTP
* A post updater which will update WordPress posts via XMLRPC

## Installation

Follow the [Grunt project scaffolding guide][grunt-init] to copy this project to your computer.

## Usage

Create a new scaffold using `grunt-init`:
```
grunt-init node-wordpress-scaffold
```