UNPKG

2.17 kBMarkdownView Raw
1# generator-wordpress
2
3> Yeoman generator for [Genesis WordPress][1].
4
5
6## Documentation
7
8**See [Genesis WordPress][1].**
9
10
11## Generator Options
12
13### `genesis-path`
14
15*Defaults to `~/.cache/yeoman/genesis/wordpress/{{ tag }}`*
16
17Location of local [Genesis WordPress][1] library to use generators from.
18This is useful when wanting to work on [Genesis WordPress][1]'s generators
19locally.
20
21```
22$ yo genesis-wordpress --genesis-path=~/Sites/genesis/wordpress
23```
24
25
26### `genesis-version`
27
28*Defaults to latest version of [Genesis WordPress][1]*
29
30```
31$ yo genesis-wordpress --genesis-version=v0.2.39
32```
33
34## Changelog
35
36- v1.0.5 - Updated github-latest args after organization move
37- v1.0.4 - Moved across organizations in github and updated urls
38- v1.0.3 – Add `genesis-path` and `genesis-version` options
39- v1.0.2 – Fix issue with `this.resolved` path in downloaded generator
40- v1.0.1 – Cleanup old files
41- v1.0.0 – **Auto-updating** based on [Genesis WordPress](https://github.com/genesis/wordpress)!
42- v0.2.8 – Fix regex match when sending `no_robots.txt`
43- v0.2.7 – *Always* download requested WordPress version
44- v0.2.6 – Install `pycurl`
45- v0.2.5 – Install both `python-software-properties` and `software-properties-common`
46- v0.2.4 – Fix owner (deploy) for id_rsa & id_rsa.pub
47- v0.2.3 – Fix bug with copying `id_rsa` and `id_rsa.pub`
48- v0.2.2 – Use `fs-extra` to fix recursive copy issue
49- v0.2.1 – Remove Wrench because of bugs with overwriting existing folders
50- v0.2.0 – use [Genesis WordPress][1]#`0.2.*`
51- v0.1.7 – Add `old.rb` template
52- v0.1.6 – Use `WP_ENV` instead of `Genesis::isDebug()`
53- v0.1.5 – Use [Genesis WordPress][1]#`0.1.*`
54- v0.1.4 – Use existing `deploy_to` path on staging
55- v0.1.3 – Screw it. Reverted and just renamed any `.`-prefixed file
56- v0.1.1 – Add *another* `.npmignore` (isaacs/npm#1862)
57- v0.1.1 – Add `.npmignore`
58- v0.1.0 – Initial release
59
60
61## License
62
63[MIT License](http://en.wikipedia.org/wiki/MIT_License)
64
65[1]: https://github.com/evolution/genesis-wordpress/
66[2]: http://yeoman.io/
67[3]: http://nodejs.org/
68[4]: http://bower.io/
69[5]: https://help.github.com/articles/create-a-repo