generator-cappen-wordpress
v4.1.2
Published
Yeoman generator
Downloads
4
Keywords
Readme
Generator Cappen Wordpress
Requirements:
- NodeJS (https://nodejs.org/)
- GruntJS (http://gruntjs.com/)
- Yeoman (http://yeoman.io/)
- Bower (http://bower.io/)
- Composer (https://getcomposer.org/)
What's inside:
- Susy (http://susy.readthedocs.io/)
- Csstyle (http://csstyle.io/)
- Font Awesome (https://fontawesome.com/v4.7.0/)
- Owl Carousel (Optional) (https://owlcarousel2.github.io/OwlCarousel2/)
- Greensock (Optional) (https://greensock.com/)
- Wow animations (Optional) (https://wowjs.uk/)
Installation
npm install -g generator-cappen-wordpress
Usage
- Open a command promp and go to root project;
- Type
yo cappen-wordpress
to install all dependencies; - Type
npm install
to install all dependencies; - Run
bower install
to install bower components; - Run
composer install
to install composer components; - When the installation is done, type
grunt app
to compile; This will runwatch
in dev mode; For production, typegrunt build
.