Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
The minimum javascript module system you can think of
- Host: GitHub
- URL: https://github.com/wheelo/moduler
- Owner: wheelo
- Created: 2017-02-26T09:48:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T10:10:23.000Z (over 7 years ago)
- Last Synced: 2024-04-25T16:41:02.771Z (7 months ago)
- Topics: amd, define, module, require
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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
```