Skip to content

modestofiguereo/namespacing-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

namespacing

Is small tool to make easy implement the namespacing pattern.

Installation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published