denodify
Version:
Use nodejs modules in the browser. Used with bb-server and html-builder
31 lines (13 loc) • 377 B
Markdown
project
--------
[]
Install:
npm install projectname
Add dependency to your project with
"projectname": "git@github.com/Michieljoris/projectname"
or
"projectname": "*"
Require in a module:
var projectname = require('projectname');
Use:
See [documentation](https://rawgithub.com/Michieljoris/projectname/master/docs/projectname.html).