generator-axyz

Yeoman Generator inspired by generator-webapp with flexibility in mind

Usage no npm install needed!

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

README

Yeoman generator that scaffolds out a front-end web app. Inspired by generator-webapp with flexibility in mind.

Features

  • CSS Autoprefixing
  • Built-in preview server with LiveReload
  • Automatically compile CoffeeScript & Compass
  • Automatically lint your scripts
  • Automatically wire up your Bower components with bower-install.
  • Awesome Image Optimization (via OptiPNG, pngquant, jpegtran and gifsicle)
  • Mocha Unit Testing with PhantomJS
  • Optional - JQuery
  • Optional - Twitter Bootstrap for SASS
  • Optional - Zurb Foundation for SASS
  • Optional - Leaner Modernizr builds
  • Optional - Susy grid system

Getting Started

  • Install: npm install -g yo
  • Install: npm install -g generator-axyz
  • Run: yo axyz
  • Run grunt for building and grunt server for preview

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • --test-framework <framework>

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

License

BSD license