UNPKG

quarkflow-cli

Version:
57 lines (53 loc) 1.08 kB
{ "name": "<%= name %>", "version": "0.0.1", "sleep": "<%= sleep %>", "workflows": { "dev": { "desc": "Development Workflow", "commands": [ "echo {sample}" ], "pre-run": [], "post-run": [], "env": { "sample": "Hello World" }, "webhook": "" }, "build": { "desc": "Building Workflow", "commands": [], "pre-run": [], "post-run": [], "env": {}, "webhook": "" }, "deploy": { "desc": "Deployment Workflow", "commands": [], "pre-run": [], "post-run": [], "env": {}, "webhook": "" }, "test": { "desc": "Testing Workflow", "commands": [], "pre-run": [], "post-run": [], "env": {}, "webhook": "" } }, "scripts": { "run": "npm start", "lint": "npm run lint", "build": "npm run build", "test": "npm run test", "push": "git push -u origin {branch}" }, "env": { "branch": "master" } }