An open API service indexing awesome lists of open source software.

https://github.com/caseywebdev/amdainty

A small, simple AMD module resolver for use in single-file, AMD-style projects.
https://github.com/caseywebdev/amdainty

Last synced: 2 months ago
JSON representation

A small, simple AMD module resolver for use in single-file, AMD-style projects.

Awesome Lists containing this project

README

        

# amdainty

A small, simple AMD module resolver for use in single-file, AMD-style projects.

## Usage

Simply include `amdainty.js` file before any of your `define` statements. It
will create `define` and `require` shims that do the bare minimum job of
including dependencies.