generator-axyz
v0.4.3
Published
Yeoman Generator inspired by generator-webapp with flexibility in mind
Downloads
7
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 andgrunt server
for preview
Options
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.--test-framework <framework>
Defaults to
mocha
. Can be switched for another supported testing framework likejasmine
.