# IMD.js **Repository Path**: urain39/IMD.js ## Basic Information - **Project Name**: IMD.js - **Description**: 一个简单的类似AMD风格的JavaScript模块解决方案。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README IMD.js ======= A Simple AMD-Like IIFE Module Solution **Usage**: ```js // IMD.define(, [requirements], ); ``` **Example**: See [test.imd.js](./test.imd.js)