0.0.0 • Published 11 years ago

generator-teslar v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

generator-teslar Build Status

An opinonated Yeoman generator that boosts your devlopment and deployment

Getting Started

To install generator-teslar from npm, run:

$ npm install -g generator-teslar

Finally, initiate the generator:

$ yo teslar

Features

Lots of features are copied from generator-webapp:

  • CSS Autoprefixing
  • Preview with livereload
  • Compass Compile
  • JSHint
  • Wireup your bower components
  • Image optmization
  • Mocha unit testing
  • Modernizr builds

Unique features:

  • Hanldebar rendering
  • Deployment support
    • Build-control over Git
    • SFTP
  • Assets path replacement with CDN prefix

Frameworks

Optional CSS Frameworks

  • YUI Pure
  • Foundation 5

Deployment

  • grunt-buildcontrol helps you transfer your build to a specific Git remote/branch
  • grunt-cdn helps you to prefix your CSS/Javascript paths with your CDN location
  • grunt-ssh helps you to deploy your build to SFTP server

License

MIT