1.0.33 • Published 8 years ago

generator-wordpress-s-theme v1.0.33

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-wordpress-s-theme

Yeoman generator for a WordPress starter theme (using Underscores) with Gulp and other good stuff. This will install the last version of _s (Underscores) and optionally a Gulp setup ready for development and production.

Important

Warning!

The generator works only correct with Nodejs v6.x.x. and below.

Reason: not support Nodejs v7.x.x in node-sass module.

Job application ends with the message:

work Error: Node Sass does not yet support your current environment...

Installation

Install required tools yo and gulp:
npm install -g yo gulp
Install generator-wordpress-s-theme:
npm install -g generator-wordpress-s-theme

Run

Create a new directory, and go into:
mkdir my-new-theme && cd $_
Run yo wordpress-s-theme, and fill the info:
yo wordpress-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

Bower usage

  • Run bower install --save <package> to install frontend dependencies
  • Run gulp wiredep to include SCSS file in /sass/style.scss

Versioning

Maintained under the Semantic Versioning guidelines.

License

MIT Copyright (c) 2016 MNyorba

1.0.33

8 years ago

0.0.1

8 years ago

1.0.32

8 years ago

1.0.31

8 years ago

1.0.30

8 years ago

1.0.29

8 years ago

1.0.28

8 years ago

1.0.27

8 years ago

1.0.26

8 years ago

1.0.25

8 years ago

1.0.24

8 years ago

1.0.23

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago