1.0.1 • Published 8 years ago

namespacing v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

namespacing

Is small tool to make easy implement the namespacing pattern.

Installation

bower install --save namespacing
  • npm:
npm install --save namespacing

Use

You can declare a namespace like this:

namespace('app.ajax.http.engine');

And you import it like this:

var engine = namespace.import('app.ajax.http.engine');