1.2.0 • Published 10 years ago

generator-6to5 v1.2.0

Weekly downloads
3
License
WTFPL
Repository
github
Last release
10 years ago

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

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago