namespacing

1.0.1 • Public • Published

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 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');

Package Sidebar

Install

npm i namespacing

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • modestofiguereo