# generator-gulp-webapp **Repository Path**: mirrors_stephenplusplus/generator-gulp-webapp ## Basic Information - **Project Name**: generator-gulp-webapp - **Description**: A gulp.js generator for modern webapps - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web app generator [![Build Status](https://secure.travis-ci.org/yeoman/generator-gulp-webapp.svg?branch=master)](http://travis-ci.org/yeoman/generator-gulp-webapp) > [Yeoman](http://yeoman.io) generator that scaffolds out a front-end web app using [gulp](http://gulpjs.com/) for the build process ![](screenshot.png) ## Features Please see our [gulpfile.js](app/templates/gulpfile.js) for up to date information on what we support. * CSS Autoprefixing * Built-in preview server with livereload * Automagically compile Sass * Automagically lint your scripts * Awesome image optimization * Automagically wire-up dependencies installed with [Bower](http://bower.io) *(when `gulp watch` or `gulp wiredep`)* *For more information on what this generator can do for you, take a look at the [gulp plugins](app/templates/_package.json) used in our `package.json`.* ## Getting Started - Install: `npm install -g generator-gulp-webapp` - Run: `yo gulp-webapp` - Run `gulp` for building and `gulp watch` for preview #### Third-Party Dependencies *(HTML/CSS/JS/Images/etc)* To install dependencies, run `bower install --save package-name` to get the files, then add a `script` or `style` tag to your `index.html` or an other appropriate place. ## Docs We have [recipes](docs/recipes/README.md) for integrating other popular technologies like CoffeeScript. ## Options - `--skip-install` Skips the automatic execution of `bower` and `npm` after scaffolding has finished. - `--test-framework=` Defaults to `mocha`. Can be switched for another supported testing framework like `jasmine`. ## Contribute See the [contributing docs](contributing.md). ## License [BSD license](http://opensource.org/licenses/bsd-license.php)