UNPKG

quarkflow-cli

Version:
50 lines (49 loc) 931 B
{ "name": "<%= name %>", "version": "0.0.1", "sleep": "<%= sleep %>", "workflows": { "dev": { "desc": "Development Workflow", "commands": [], "pre-run": [], "post-run": [], "env": {}, "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": "ng serve", "lint": "ng lint", "build": "ng build", "test": "ng test", "push": "git push -u origin {branch}" }, "env": { "branch": "master" } }