namespacing
v1.0.1
Published
small tool to make easy implement the namespacing pattern.
Maintainers
Readme
namespacing
Is small tool to make easy implement the namespacing pattern.
Installation
- download distribution repo as zip: namespacing
- bower:
bower install --save namespacing- npm:
npm install --save namespacingUse
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');