generator-stanlee
v3.0.1
Published
Generator for a WordPress starter theme (using Stan Lee) with Gulp, Bootstrap and other good stuff
Downloads
6
Maintainers
Readme
Generator-StanLee-WPTheme
Yeoman 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.
Installation
Install required tools yo
and gulp
:
npm install -g yo gulp
Install generator-stanlee
:
npm install -g generator-stanlee
Run
Create a new directory, and go into:
mkdir my-new-theme && cd $_
Run yo stanlee
, and fill the info:
yo stanlee
Usage
Run
npm start
to start the project and watch changesRun
npm run zip
to build your theme for production (you will find amy-new-theme.zip
file inmy-new-theme/dist/
)
Bower usage || Utilisation de Bower
- Run
bower install --save <package>
to install frontend dependencies
License
MIT Copyright (c) 2021 [THATMUCH]