|
|
jspkg - Javascript Package Loader
|
Other Good Frameworks
|
jspkg is a package loader for Javascript, based on pluggable loaders for locating and loading scripts into a client-side Javascript application. It is designed to work best with unobtrusive Javascript libraries, but doesn't impose any methodology or design on its users.
What does jspkg give me?
jspkg handles the automatic dependency resolution of packages for you, so you don't need to update the script includes of your page based on the libraries you need to use.
jspkg manages the global namespace for you, ensuring that libraries not directly imported by your code won't end up inadvertenly affecting your code.
jspkg packages export only the global classes and functions that the author intends. All other definitions within the package are considered private and won't clutter the global namespace.
jspkg will ensure that the libraries required by your code are available before your code executes, ensuring the end of timing-releated headaches.
Download
Read more...
|
|
|
|
|
|
|
|
|
|
|
|