generator-6to5

1.2.0 • Public • Published

generator-6to5 Build Status

Yeoman generator for scaffolding 6to5 built client-side apps.

If Slush is more your thing then consider checking out the slightly more involved slush-es2015.

Tech List

  • Less
  • Browserify
  • 6to5
  • Built with Gulp

Getting Started

npm install -g yo
npm install -g generator-6to5
mkdir awesome-app && cd $_
yo 6to5

This generator is pretty skinny on functionality but it’ll scaffold you out a good and clean starting point for exploring 6to5.

Browserify

A note on browserify

You might be wondering why the template package specifies browserify 7.0.x rather than the latest, well, there is a bug regarding watchify that results in builds exponentially growing in size. The fix is simply to use 7.0.x and not worry about it, although, if you’re not interested in watching files then go ahead and use the latest.

Yeoman

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

License

WTFPL

Package Sidebar

Install

npm i generator-6to5

Weekly Downloads

1

Version

1.2.0

License

WTFPL

Last publish

Collaborators

  • mattstyles