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.
- Host: GitHub
- URL: https://github.com/caseywebdev/amdainty
- Owner: caseywebdev
- License: mit
- Created: 2014-02-20T21:45:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T01:18:28.000Z (about 10 years ago)
- Last Synced: 2025-04-14T02:06:09.664Z (2 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.