All Projects → yeoman → Generator Webapp

yeoman / Generator Webapp

A gulp.js generator for modern webapps

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Generator Webapp

Generator Fountain Angular1
Yeoman 'fountain' generator to start a webapp with Angular 1
Stars: ✭ 95 (-97.49%)
Mutual labels:  gulp, yeoman
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-99.52%)
Mutual labels:  gulp, yeoman
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (-99.05%)
Mutual labels:  gulp, yeoman
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (-73.97%)
Mutual labels:  gulp, yeoman
Generator Jekyllized
A Yeoman generator for Jekyll to rapidly build sites using Gulp
Stars: ✭ 332 (-91.23%)
Mutual labels:  gulp, yeoman
Generator Fountain Angular2
Yeoman 'fountain' generator to start a webapp with Angular 2
Stars: ✭ 84 (-97.78%)
Mutual labels:  gulp, yeoman
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-99.63%)
Mutual labels:  gulp, yeoman
Generator Buildabanner
Yeoman workflow to get a standard or DoubleClick banner started quickly.
Stars: ✭ 49 (-98.71%)
Mutual labels:  gulp, yeoman
generator-vintage-frontend
Modern front-end workflow
Stars: ✭ 15 (-99.6%)
Mutual labels:  gulp, yeoman
generator-angular-pro
AngularJS project generator for scalable, enterprise-grade web and mobile applications
Stars: ✭ 43 (-98.86%)
Mutual labels:  gulp, yeoman
Generator Gulp Express Webapp
Yeoman generator for building a simple web app using express + gulp. This project contains proper project and build structure to be easily extensible.
Stars: ✭ 8 (-99.79%)
Mutual labels:  gulp, yeoman
Generator Webappstarter
Quick start a web app for mobile.Automatically adjusts according to a device’s screen size without any extra work.
Stars: ✭ 298 (-92.12%)
Mutual labels:  gulp, yeoman
kibe
A simple Yeoman Generator to start projects with the most common tasks of my workflow using Gulp.
Stars: ✭ 33 (-99.13%)
Mutual labels:  gulp, yeoman
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (-98.81%)
Mutual labels:  gulp, yeoman
generator-yeomify-landing
Yeoman generator for landing project powered by Gulp
Stars: ✭ 29 (-99.23%)
Mutual labels:  gulp, yeoman
generator-phaser-browserify
A generator for Phaser using Gulp and Browserify
Stars: ✭ 36 (-99.05%)
Mutual labels:  gulp, yeoman
Phulp
The task manager for php
Stars: ✭ 294 (-92.23%)
Mutual labels:  gulp
Awps
A Modern WordPress Starter Theme for savvy Developers
Stars: ✭ 319 (-91.57%)
Mutual labels:  gulp
Edition Node Gulp
ARCHIVED - The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.
Stars: ✭ 285 (-92.47%)
Mutual labels:  gulp
Vorlonjs
A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
Stars: ✭ 2,893 (-23.55%)
Mutual labels:  gulp

Web app generator Build Status Gitter

Yeoman generator that scaffolds out a front-end web app using gulp for the build process


🚧 There is a pre-release version of this generator, you can install it by running npm install --global generator-webapp@next. Help us make it stable by reporting bugs! 🚧


Features

Please see our gulpfile for up to date information on what we support.

  • enable ES2015 features using Babel
  • CSS Autoprefixing
  • Built-in preview server with BrowserSync
  • Automagically compile Sass with libsass
  • Automagically lint your scripts
  • Map compiled CSS to source stylesheets with source maps
  • Awesome image optimization

For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json.

libsass

Keep in mind that libsass is feature-wise not fully compatible with Ruby Sass. Check out this curated list of incompatibilities to find out which features are missing.

If your favorite feature is missing and you really need Ruby Sass, you can always switch to gulp-ruby-sass and update the styles task in gulpfile accordingly.

Getting Started

  • Install: npm install --global yo gulp-cli generator-webapp
  • Run yo webapp to scaffold your webapp
  • Run npm start to preview and watch for changes
  • Run npm start -- --port=8080 to preview and watch for changes in port 8080
  • Run npm install --save <package> to install dependencies, frontend included
  • Run npm run serve:test to run the tests in the browser
  • Run npm run serve:test -- --port=8085 to run the tests in the browser in port 8085
  • Run npm run build to build your webapp for production
  • Run npm run serve:dist to preview the production build
  • Run npm run serve:dist -- --port=5000 to preview the production build in port 5000

Docs

Options

  • --skip-welcome-message Skips Yeoman's greeting before displaying options.
  • --skip-install-message Skips the the message displayed after scaffolding has finished and before the dependencies are being installed.
  • --skip-install Doesn't automatically install dependencies after scaffolding has finished.
  • --test-framework=<framework> Either mocha or jasmine. Defaults to mocha.

Contribute

See the contributing docs.

Sponsors

Love Yeoman work and community? Help us keep it alive by donating funds to cover project expenses!
[Become a sponsor]

License

BSD license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].