generator-mywebapp

Yeoman generator

Usage no npm install needed!

<script type="module">
  import generatorMywebapp from 'https://cdn.skypack.dev/generator-mywebapp';
</script>

README

generator-mywebapp

yeoman generator for webapp

Features

Please see gulpfile.js or gruntfile.js for up to date information on what I support.

  • Extremely easy project structure
  • Optionally gulp or grunt, SASS or LESS
  • Prepared mixins with vendor prefixes
  • Optionally including useful js libraries
  • Built-in preview server with browser-sync
  • Automagically compile SASS or LESS
  • Awesome image optimization
  • Awesome image sprites. Just put your png images in img/sprites and run gulp sprite or grunt sprite.
  • Manually wire-up dependencies installed with Bower

Getting Started

  • Install: npm install -g generator-mywebapp
  • Run: yo mywebapp
  • Run gulp or grunt for preview

Options

  • --skip-install Skips the automatic execution of bower and npm after scaffolding has finished.