UNPKG

1.14 kBMarkdownView Raw
1# generator-wordpress
2
3> Yeoman generator for [Genesis WordPress][1].
4
5## Dependencies
6
7First install [NodeJS][3], then [Yeoman][2] & [Bower][4]:
8
9 $ npm install -g yo bower
10
11
12## Installation
13
14Install [Genesis WordPress Generator][1]:
15
16 $ npm install generator-genesis-wordpress
17
18*If you get EMFILE issues, try running: `ulimit -n 4096`*
19
20## Getting Started
21
22Run the [Genesis WordPress Generator][1]:
23
24 $ yo genesis-wordpress
25
26Follow the prompts, and you'll have a working WordPress install!
27
28Next, see the documentation for [Genesis WordPress][1].**
29
30
31## Changelog
32
33- v0.1.7 – Add `old.rb` template
34- v0.1.6 – Use `WP_ENV` instead of `Genesis::isDebug()`
35- v0.1.5 – Use [Genesis WordPress][1]#`0.1.*`
36- v0.1.4 – Use existing `deploy_to` path on staging
37- v0.1.3 – Screw it. Reverted and just renamed any `.`-prefixed file
38- v0.1.1 – Add *another* `.npmignore` (isaacs/npm#1862)
39- v0.1.1 – Add `.npmignore`
40- v0.1.0 – Initial release
41
42
43## License
44
45[MIT License](http://en.wikipedia.org/wiki/MIT_License)
46
47[1]: https://github.com/genesis/wordpress/
48[2]: http://yeoman.io/
49[3]: http://nodejs.org/
50[4]: http://bower.io/