Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benitolopez/generator-wp-s-theme
DEPRECATED / NOT MAINTAINED - Yeoman generator for a WordPress starter theme (using Underscores)
https://github.com/benitolopez/generator-wp-s-theme
wordpress wordpress-development wordpress-starter-theme yeoman
Last synced: about 1 month ago
JSON representation
DEPRECATED / NOT MAINTAINED - Yeoman generator for a WordPress starter theme (using Underscores)
- Host: GitHub
- URL: https://github.com/benitolopez/generator-wp-s-theme
- Owner: benitolopez
- Created: 2016-02-12T17:09:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T19:45:52.000Z (about 8 years ago)
- Last Synced: 2024-10-08T17:12:11.720Z (about 1 month ago)
- Topics: wordpress, wordpress-development, wordpress-starter-theme, yeoman
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-wp-s-theme
[Yeoman](http://yeoman.io/) generator for a WordPress starter theme (using [Underscores](https://github.com/Automattic/_s)) with [Gulp](http://gulpjs.com/) and other good stuff. This will install the last version of `_s` (Underscores) and optionally a Gulp setup ready for development and production.
## Installation
##### Install required tools `yo` and `gulp`:
```bash
npm install -g yo gulp
```##### Install `generator-wp-s-theme`:
```bash
npm install -g generator-wp-s-theme
```### Run
##### Create a new directory, and go into:
```bash
mkdir my-new-theme && cd $_
```##### Run `yo wp-s-theme`, and fill the info:
```bash
yo wp-s-theme
```## Gulp usage
- Run `gulp` to watch for changes
- Run `gulp build` to build your theme for production (you will find a `my-new-theme.zip` file in `my-new-theme/dist/`)
- (Optional) Run `gulp build-clean` before `gulp build` to cleanup the `my-new-theme/dist/` folder## Versioning
Maintained under the [Semantic Versioning guidelines](http://semver.org/).
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016 [Benito Lopez](http://benitolopez.me)