Merge branch 'master' of https://lab.cherboiche.org/iojs/modular
This commit is contained in:
@@ -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();
|
||||||
```
|
```
|
||||||
|
|
||||||
###
|
|
||||||
|
|||||||
Reference in New Issue
Block a user