Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 733 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 733 Bytes

#Introduction

Hem is a project for compiling CommonJS modules when building JavaScript web applications. You can think of Hem as Bundler for Node, or Stitch on steroids.

This is rather awesome, as it means you don't need to faff around with coping around JavaScript files. jQuery can be a npm dependency, so can jQueryUI and all your custom components. Hem will resolve dependencies dynamically, bundling them together into one file to be served up. Upon deployment, you can serialize your application to disk and serve it statically.

#Installation

npm install -g hem

#Usage

Please see the Hem guide for usage instructions.