mirror of
https://github.com/balkian/Web4.0.git
synced 2025-09-03 12:02:19 +00:00
Distribute as package, added launcher
This commit is contained in:
Submodule hookio/hooks/Mailer updated: aedd459e35...f4ed43c564
5
hookio/hooks/runAllHooks.sh
Normal file
5
hookio/hooks/runAllHooks.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
for i in `npm bin`/hookio-*
|
||||||
|
do
|
||||||
|
$i &
|
||||||
|
done
|
7
package.json
Normal file
7
package.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "Web4.0",
|
||||||
|
"version" : "0.0.1",
|
||||||
|
"dependencies":{
|
||||||
|
"Hook.io-mailer":"git+https://github.com/balkian/Hookio-Mailer.git"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user