This commit is contained in:
2015-08-02 20:20:31 +02:00

View File

@@ -1,6 +1,12 @@
# MODULAR # MODULAR
Path abstraction and mocks for NodeJS. Path abstraction and mocks for NodeJS.
## Installation
Current stable version (1.0.0) :
```sh
npm install https://lab.cherboiche.org/iojs/modular/repository/archive.tar.gz?ref=v1.0.0
```
## Functionalities ## Functionalities
* Automatically load javascript modules * Automatically load javascript modules
* Abstract modules path. Access any module using namespace and module name * Abstract modules path. Access any module using namespace and module name
@@ -149,5 +155,3 @@ var application = new Modular({
} }
}).start(); }).start();
``` ```
###