generator-webapp icon indicating copy to clipboard operation
generator-webapp copied to clipboard

A gulp.js generator for modern webapps

Results 22 generator-webapp issues
Sort by recently updated
recently updated
newest added

Using [generator-jest](https://github.com/SBoudrias/generator-jest).

enhancement

For example the awesome [avajs/ava](https://github.com/avajs/ava) ?

enhancement

I've installed the yeoman gulp webapp generator When I exec ``` yo gulp-webapp --skip-cache --skip-welcome-message --babel ``` it brings up the 'ui' ``` ? What more would you like? (Press...

enhancement

When using this generator from another generator with composeWith, the prompts show up. This may not be what the calling generator wants as it allows the user to specify things...

bug

Now that TypeScript is used by Angular by default and by a lot of React developers it would be a good idea to make TypeScript an optional dependency/gulp-task

help wanted

I need a little help :blush: In my project I need the following file structure: ``` webapp └── app ├── index.html ├── accessible │   ├── index.html ├── includes │   ├──...

bug

#### References - [gulp-rev](https://github.com/sindresorhus/gulp-rev)

So apparently a gulp core contributer stated that [one does not need temp files in gulp](https://twitter.com/contrahacks/status/656343475743428608). My question is: Does that apply to our watch task? How would we achieve...

Even though it's easier to see what to change, it's not copy-paste-friendly.

docs

It would be great if we would integrate [generator-pwa](https://github.com/hemanth/generator-pwa) as a sub generator? //cc @addyosmani @SBoudrias @mklabs @sindresorhus