Generator for a WordPress starter theme (using Stan Lee) with Gulp, Bootstrap and other good stuff
npm install generator-stanleeYeoman generator for a WordPress starter theme (using StanLee) with Gulp and other good stuff. This will install the last version of StanLee and optionally a Gulp setup ready for development and production.
##### Install required tools yo and gulp:
``bash`
npm install -g yo gulp
##### Install generator-stanlee:
`bash`
npm install -g generator-stanlee
##### Create a new directory, and go into:
`bash`
mkdir my-new-theme && cd $_
##### Run yo stanlee, and fill the info:
`bash`
yo stanlee
- Run npm start to start the project and watch changes
- Run npm run zip to build your theme for production (you will find a my-new-theme.zip file in my-new-theme/dist/)
- Run bower install --save
MIT
Copyright (c) 2021 [THATMUCH]