We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd01beb commit 5af06d8Copy full SHA for 5af06d8
README.md
@@ -3,6 +3,13 @@
3
node-ivy is a pure Javascript implementation of the Ivy Software Bus
4
(http://www.eei.cena.fr/products/ivy/).
5
6
+## Install node-ivy
7
+
8
+```
9
+npm install node-ivy
10
11
12
13
## Create an ivy bus
14
15
```js
package.json
@@ -5,6 +5,10 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/nilpotence/node-ivy.git"
+ },
"author": "Sylvain Mahé <[email protected]> (https://github.com/nilpotence)",
"license": "MIT",
"dependencies": {
0 commit comments