Inject

Dependency Management Got Awesome

CommonJS and AMD module loading, cross-origin fetching, localStorage caching, and more.

Download Inject Current version is 0.7.1. See all versions.

...

html
<script src="/path/to/inject.js"></script>
<script>
  Inject.setModuleRoot("/path/to/modules");
  require.run("program");
</script>