Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romainberger/yeoman-wordpress
Yeoman generator for Wordpress project
https://github.com/romainberger/yeoman-wordpress
Last synced: 12 days ago
JSON representation
Yeoman generator for Wordpress project
- Host: GitHub
- URL: https://github.com/romainberger/yeoman-wordpress
- Owner: romainberger
- License: mit
- Created: 2012-08-26T12:09:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T11:04:21.000Z (almost 11 years ago)
- Last Synced: 2024-10-22T23:41:32.364Z (20 days ago)
- Language: JavaScript
- Size: 649 KB
- Stars: 239
- Watchers: 23
- Forks: 46
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yeoman WordPress Generator
Yeoman generator for WordPress projects and plugins.
For more informations about Yeoman, see [Yeoman.io](http://yeoman.io/).
## Installation
npm install -g generator-yo-wordpress
## Documentation
### Init
yo yo-wordpress
Generates a new WordPress project with a starter theme and the files needed to use Yeoman. Once Yeoman is done, install your new WordPress project, and activate the theme in the admin panel.
Yeoman will ask you which version of WordPress you want to use (latest stable version by default), the starter theme and a few informations to make the theme ready be to used. Most of the defaults informations can be changed in the [config file](#configuration).
### Plugin
yo yo-wordpress:plugin
Generates a plugin with [WordPress Plugin Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate).
## Configuration
Yeoman-WordPress stores some defaults values so you won't have to type the same things every time you start a project. The first time you will use the generator it will create a config file with the informations you gave. These informations will be used as default values so you can override them during the init tasks. If you want to change the default values you can do it by editing the config file located in `~/.yeoman-wordpress/config.json`.
## Bug/Issue reporting
Apart from clearly explaining the isssue please provide the following output informations from your terminal:
+ `node -v`
+ `npm -v`
+ `yo -v`
and Operating system you're working on.