0.1.2 • Published 11 years ago

handleify v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

Handleify

Browserify 2 + handlebars

Usage / Examples

Browserify API usage:

var browserify = require('browserify')
var handleify = require('handleify')

var bundle = browserify()
bundle.transform(handleify)

Clientside code:

var template = require('./views/foo.hbs')
template({
    foo:bar
})

Commandline Browserify usage (I haven't actually tried this):

$ npm install handleify
$ browserify -t handleify main.js > bundle.js

License

Open source software under the zlib license.

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago