Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axyz/generator-axyz
https://github.com/axyz/generator-axyz
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axyz/generator-axyz
- Owner: axyz
- Created: 2013-11-01T18:16:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T18:17:06.000Z (about 11 years ago)
- Last Synced: 2024-10-05T17:07:47.833Z (about 1 month ago)
- Language: JavaScript
- Size: 496 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
Awesome Lists containing this project
README
Yeoman generator that scaffolds out a front-end web app. forked from generator-webapp with flexibility in mind.
## Features
* CSS Autoprefixing (new)
* Built-in preview server with LiveReload
* Automagically compile CoffeeScript & Compass
* Automagically lint your scripts
* Automagically wire up your Bower components with [bower-install](https://github.com/stephenplusplus/grunt-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 `
Defaults to `mocha`. Can be switched for another supported testing framework like `jasmine`.
## License
[BSD license](http://opensource.org/licenses/bsd-license.php)