Skip to content

Commit 79ceed1

Browse files
author
Ganesh Bhat
committed
Initial commit for js-taskcontrol
1 parent 534cac3 commit 79ceed1

File tree

4 files changed

+356
-0
lines changed

4 files changed

+356
-0
lines changed

index.js

Whitespace-only changes.

lib/index.js

Whitespace-only changes.

package-lock.json

Lines changed: 321 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "taskcontrol",
3+
"version": "0.0.0",
4+
"description": "Create named isolated/shared workflow task controls and run the tasks with respective before and after middlewares in ordered manner",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/taskcontrols/js-taskcontrol.git"
12+
},
13+
"keywords": [
14+
"taskcontrol",
15+
"workflows",
16+
"tasks",
17+
"batch",
18+
"jobs",
19+
"automation",
20+
"aws",
21+
"gcp",
22+
"azure",
23+
"testing",
24+
"automation"
25+
],
26+
"author": "taskcontrols, ganesh b",
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/taskcontrols/js-taskcontrol/issues"
30+
},
31+
"homepage": "https://github.com/taskcontrols/js-taskcontrol#readme",
32+
"dependencies": {
33+
"fastify": "^2.14.1"
34+
}
35+
}

0 commit comments

Comments
 (0)