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

https://github.com/wheelo/moduler

The minimum javascript module system you can think of
https://github.com/wheelo/moduler

amd define module require

Last synced: 10 months ago
JSON representation

The minimum javascript module system you can think of

Awesome Lists containing this project

README

          

# module-require

The minimum javascript module system you can think of, which extracts from [node-patterns-code](https://github.com/pgte/node-patterns-code/tree/master/01-module-patterns)

## Installation

```
$ npm install moduler
```