0.4.3 • Published 11 years ago

generator-axyz v0.4.3

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

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

0.4.3

11 years ago