Socket
Socket
Sign inDemoInstall

generator-axyz

Package Overview
Dependencies
2
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-axyz

Yeoman Generator inspired by generator-webapp with flexibility in mind


Version published
Maintainers
1
Created

Readme

Source

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

Keywords

FAQs

Last updated on 01 Nov 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc