Distribute as package, added launcher

master
J.Fernando Sánchez 12 years ago
parent 0ff95167ca
commit 2b25e6c608

@ -1 +1 @@
Subproject commit aedd459e351bee21954a84c76a5e4ad7a2000afd
Subproject commit f4ed43c564cf191632dbfaacbeba764e22965518

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

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