Skip to content

Instantly share code, notes, and snippets.

@addyosmani
Last active March 28, 2016 02:06
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save addyosmani/11125373 to your computer and use it in GitHub Desktop.
Save addyosmani/11125373 to your computer and use it in GitHub Desktop.
Yeoman + Browserify

Yeoman generators with Browserify

Browserify is a tool that allows us to write node-style modules that compile for use in the browser. Like node, we write our modules in separate files, exporting external methods and properties using the module.exports and exports variables

generator-browserify is a generator with a Browserify setup, offering choices between Gulp or Grunt and Foundation or Bootstrap.

screenshot 2014-04-20 at 10 19 09 pm

generator-angular-with-browserify is a generator for bundling Angular.js with Browserify

screenshot 2014-04-20 at 10 26 47 pm

generator-angular-browserify-express creates the boilerplate for a Angular/Browserify/Express app out of the box.

screenshot 2014-04-20 at 10 31 49 pm

generator-react-gulp-browserify a generator for Facebook's React framework. It includes Gulp, Browserify, livereload and the Sass version of Bootstrap.

screenshot 2014-04-20 at 10 24 23 pm

generator-dyno scaffolds a build using JS or CoffeeScript, Browserify, Gulp and Jade.

generator-snow is a generator for setting up new front-end projects that use Jade, Stylus, and CoffeeScript, using GulpJS, Browserify, and Jasmine. Also has support for localised content, SVG icons or icon fonts, and responsive images using picturefill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment