Replace job costing ro estimator template.

This commit is contained in:
Patrick Fic
2021-05-12 09:40:49 -07:00
parent 6d5e7df234
commit 8dafdba4f8
7 changed files with 6571 additions and 6521 deletions

View File

@@ -0,0 +1,30 @@
Clone Repository for:
```json
{
"name": "node-webhook-scripts",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"express": "^4.16.4"
},
"license": "SEE LICENCE IN LICENCE.md",
"author": {
"name": "Alexandre Pénombre",
"email": "alexandre.penombre@gmail.com"
}
}
```
hooks.js:
```javascript
module.exports = [
{
path: "/pull",
command: "git pull && npm i",
cwd: "/home/ubuntu/io/",
method: "post",
},
];
```