https://github.com/seangenabe/node-wordpress-scaffold
https://github.com/seangenabe/node-wordpress-scaffold
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seangenabe/node-wordpress-scaffold
- Owner: seangenabe
- Created: 2014-08-14T11:40:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T11:43:56.000Z (about 11 years ago)
- Last Synced: 2025-01-31T08:16:14.430Z (8 months ago)
- Language: CoffeeScript
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```