Add npm command for installation

This commit is contained in:
2015-08-02 20:11:59 +02:00
parent 3c116ed5aa
commit 65a2f7ff89

View File

@@ -1,6 +1,12 @@
# MODULAR
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
* Automatically load javascript modules
* Abstract modules path. Access any module using namespace and module name
@@ -149,5 +155,3 @@ var application = new Modular({
}
}).start();
```
###