1
0
mirror of https://github.com/balkian/Web4.0.git synced 2025-08-31 18:42:21 +00:00

Distribute as package, added launcher

This commit is contained in:
J.Fernando Sánchez
2012-03-11 18:40:10 +01:00
parent 0ff95167ca
commit 2b25e6c608
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
for i in `npm bin`/hookio-*
do
$i &
done

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "Web4.0",
"version" : "0.0.1",
"dependencies":{
"Hook.io-mailer":"git+https://github.com/balkian/Hookio-Mailer.git"
}
}